From f5282a17381a0ea2f0aee4702e95bcd24509a256 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Wed, 26 May 2021 15:37:43 +0200 Subject: gnu: Add r-rcppnumerical. * gnu/packages/cran.scm (r-rcppnumerical): 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 d013ffd039..4278ef2af2 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2989,6 +2989,27 @@ and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see safely be interrupted from R.") (license license:expat))) +(define-public r-rcppnumerical + (package + (name "r-rcppnumerical") + (version "0.4-0") + (source (origin + (method url-fetch) + (uri (cran-uri "RcppNumerical" version)) + (sha256 + (base32 + "1a92fql6mijhnr1kxkcxwivf95pk9lhgmhzkshs51h0ybfv5krik")))) + (build-system r-build-system) + (propagated-inputs + `(("r-rcpp" ,r-rcpp) + ("r-rcppeigen" ,r-rcppeigen))) + (home-page "https://github.com/yixuan/RcppNumerical") + (synopsis"Numerical computing libraries integration with @code{Rcpp}") + (description "This package provides a collection of libraries for numerical +computing (numerical integration, optimization, etc.) and their integration +with @code{Rcpp}.") + (license license:gpl2+))) + (define-public r-bindr (package (name "r-bindr") -- cgit 1.4.1