gnu: Add r-rcppde.
* gnu/packages/cran.scm (r-rcppde): New variable.
This commit is contained in:
parent
e0746ee4c4
commit
c2d25c7b5e
1 changed files with 21 additions and 0 deletions
|
@ -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.")
|
@code{citation(\"Rcpp\")} for details on these last two.")
|
||||||
(license license:gpl2+)))
|
(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
|
(define-public r-rcppml
|
||||||
(package
|
(package
|
||||||
(name "r-rcppml")
|
(name "r-rcppml")
|
||||||
|
|
Reference in a new issue