GNU bug report logs -
#59908
[PATCH] gnu: Add r-rcppde, r-ptw, r-pepsnmr and r-asics.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/cran.scm (r-rcppde): New variable.
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5c5258d6e0..016eeb4821 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4569,6 +4569,32 @@ (define-public r-rcpp
@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. The implementation
+employs the @code{Rcpp} package. The last one provides tools for integration
+of R objects at the C++ level—and vice versa. @code{R-rcppde} uses the @code{
+RcppArmadillo} package. This one provides an interface from R to the Armadillo
+linear algebra package written in C++.")
+ (license license:gpl2+)))
+
(define-public r-rcppml
(package
(name "r-rcppml")
base-commit: 81191e3410cc00c6438f532599dd0b96d521982f
--
2.38.1
This bug report was last modified 2 years and 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.