guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: gnu: Add r-deoptimr.


From: Ben Woodcroft
Subject: 06/10: gnu: Add r-deoptimr.
Date: Fri, 10 Mar 2017 19:44:33 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit cda0720805b31c6fd2e3d0b6ffa0a4294429428f
Author: Raoul Jean Pierre Bonnal <address@hidden>
Date:   Sat Mar 11 09:45:34 2017 +1000

    gnu: Add r-deoptimr.
    
    * gnu/packages/statistics.scm (r-deoptimr): New variable.
    
    Signed-off-by: Ben Woodcroft <address@hidden>
---
 gnu/packages/statistics.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 3882355..6714b76 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4279,3 +4279,26 @@ for clustering with spatial neighborhood information.  
Some distance measures,
 clustering of presence-absence, abundance and multilocus genetical data for
 species delimitation, nearest neighbor based noise detection.")
     (license license:gpl2+)))
+
+(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 (DE) stochastic
+algorithms for global optimization of problems with and without constraints.
+The aim is to curate a collection of its state-of-the-art variants that (1) do
+not sacrifice simplicity of design, (2) are essentially tuning-free, and (3)
+can be efficiently implemented directly in the R language.")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]