me
/
guix
Archived
1
0
Fork 0

gnu: r-rcppnumerical: Update to 0.5-0.

* gnu/packages/cran.scm (r-rcppnumerical): Update to 0.5-0.
[native-inputs]: Add r-knitr and r-rmarkdown.
master
Ricardo Wurmus 2023-03-19 14:44:19 +01:00
parent 6264b80731
commit 028166eec9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -5282,16 +5282,18 @@ safely be interrupted from R.")
(define-public r-rcppnumerical (define-public r-rcppnumerical
(package (package
(name "r-rcppnumerical") (name "r-rcppnumerical")
(version "0.4-0") (version "0.5-0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RcppNumerical" version)) (uri (cran-uri "RcppNumerical" version))
(sha256 (sha256
(base32 (base32
"1a92fql6mijhnr1kxkcxwivf95pk9lhgmhzkshs51h0ybfv5krik")))) "15hb08vwdvjrhzq1pyalv3qv946jnlk0w77nn654zcmmsns2fqar"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-rcpp r-rcppeigen)) (list r-rcpp r-rcppeigen))
(native-inputs
(list r-knitr r-rmarkdown))
(home-page "https://github.com/yixuan/RcppNumerical") (home-page "https://github.com/yixuan/RcppNumerical")
(synopsis"Numerical computing libraries integration with @code{Rcpp}") (synopsis"Numerical computing libraries integration with @code{Rcpp}")
(description "This package provides a collection of libraries for numerical (description "This package provides a collection of libraries for numerical