gnu: r-rcpparmadillo: Update to 0.8.100.1.0.

* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.8.100.1.0.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2017-10-17 17:48:06 +02:00
parent 711e6cc5f4
commit c43db8da3a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2480,15 +2480,17 @@ (define-public r-latticeextra
(define-public r-rcpparmadillo
(package
(name "r-rcpparmadillo")
(version "0.7.960.1.2")
(version "0.8.100.1.0")
(source (origin
(method url-fetch)
(uri (cran-uri "RcppArmadillo" version))
(sha256
(base32
"0kg8vbamaz3413h283f23hzgqkmfpf6fs0vbklmpj0l3ricvp9cc"))))
"19sghlkslz6llcrjk5pd8c6dsb338jsi4dnwrbbrjkfq6jdr5jlp"))))
(properties `((upstream-name . "RcppArmadillo")))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr))) ; needed for vignettes
(propagated-inputs
`(("r-rcpp" ,r-rcpp)))
(home-page "https://github.com/RcppCore/RcppArmadillo")