guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: Add r-rcppde.


From: guix-commits
Subject: 01/04: gnu: Add r-rcppde.
Date: Mon, 12 Dec 2022 12:44:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c2d25c7b5ed1bdff7ba62e6f0981ce6f1eb53988
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Thu Dec 8 20:22:29 2022 +0100

    gnu: Add r-rcppde.
    
    * gnu/packages/cran.scm (r-rcppde): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2eaeebb3ca..cb857e8232 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4638,6 +4638,27 @@ and Francois (2011, JSS), and the book by Eddelbuettel 
(2013, Springer); see
 @code{citation(\"Rcpp\")} for details on these last two.")
     (license license:gpl2+)))
 
+(define-public r-rcppde
+  (package
+    (name "r-rcppde")
+    (version "0.1.6")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "RcppDE" version))
+              (sha256
+               (base32
+                "1i9jj595nqpb16y22z2b8fcf0gq1fg0pbiisbd837p1cyw4nff69"))))
+    (properties `((upstream-name . "RcppDE")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-rcpp r-rcpparmadillo))
+    (home-page "https://cran.r-project.org/package=RcppDE";)
+    (synopsis "Global optimization by differential evolution in C++")
+    (description
+     "This package provides an iteration of the @code{DEoptim} function.  It
+performs global optimization by differential evolution.")
+    (license license:gpl2+)))
+
 (define-public r-rcppml
   (package
     (name "r-rcppml")



reply via email to

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