GNU bug report logs -
#32560
[PATCH] gnu: Add r-abcoptim.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32560 in the body.
You can then email your comments to 32560 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#32560
; Package
guix-patches
.
(Tue, 28 Aug 2018 20:36:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
pimi <madalinionel.patrascu <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 28 Aug 2018 20:36:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
gnu/packages/cran.scm (r-abcoptim): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index eb6bf9c38..bf2ac31d4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4944,3 +4944,28 @@ developers to generate user interfaces easy to maintain.")
models. The methods employed are applicable to virtually any predictive model
and make comparisons between different methodologies straightforward.")
(license license:gpl2+)))
+
+(define-public r-abcoptim
+ (package
+ (name "r-abcoptim")
+ (version "0.15.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ABCoptim" version))
+ (sha256
+ (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
+ (properties `((upstream-name . "ABCoptim")))
+ (build-system r-build-system)
+ (propagated-inputs `(("r-rcpp" ,r-rcpp)))
+ (home-page "https://github.com/gvegayon/ABCoptim/")
+ (synopsis "Optimization of Artificial Bee Colony algorithm")
+ (description
+ "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
+Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
+simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
+algorithms, and uses only common control parameters such as colony size and
+maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
+colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
+ This version is a work-in-progress and is written in R code.")
+ (license license:expat)))
--
2.17.1
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Wed, 29 Aug 2018 18:15:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
pimi <madalinionel.patrascu <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Wed, 29 Aug 2018 18:15:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 32560-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Tue, Aug 28, 2018 at 10:32:44PM +0200, pimi wrote:
> gnu/packages/cran.scm (r-abcoptim): New variable.
Thanks! Pushed as 9e21f2170ec36f04097cee6ee76ba14c888cc81c
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 27 Sep 2018 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 320 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.