From: Raoul Jean Pierre Bonnal <[email protected]>
* gnu/packages/statistics.scm (r-deoptimr): New variable.
---
gnu/packages/statistics.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 2bf38a7..29c8cf2 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4271,3 +4271,23 @@ clustering of presence-absence, abundance and multilocus
genetical data for
species delimitation, nearest neighbor based noise detection.")
(license (list license:gpl2+
license:gpl3+))))
+
+(define-public r-deoptimr
+ (package
+ (name "r-deoptimr")
+ (version "1.0-8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "DEoptimR" version))
+ (sha256
+ (base32
+ "1vz546hyjyhly70z62h5n3mn62b8llhhmim8ffp9y6jnnb0i2sc4"))))
+ (properties `((upstream-name . "DEoptimR")))
+ (build-system r-build-system)
+ (home-page "http://cran.r-project.org/web/packages/DEoptimR")
+ (synopsis "Differential evolution optimization in pure R")
+ (description
+ "This package provides a differential evolution stochastic algorithms
+for global optimization of problems with and without constraints.")
+ (license license:gpl2+)))
--
1.9.1