gnu: r-rcpparmadillo: Update to 0.9.200.7.1.

* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.200.7.1.
[native-inputs]: Add ghc-pandoc, ghc-pandoc-citeproc, and r-rmarkdown.
master
Ricardo Wurmus 2019-03-20 23:40:50 +01:00
parent 2391e97c4d
commit 33fba4cea8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 7 additions and 3 deletions

View File

@ -2580,17 +2580,21 @@ well as additional utilities such as panel and axis annotation functions.")
(define-public r-rcpparmadillo
(package
(name "r-rcpparmadillo")
(version "0.9.200.7.0")
(version "0.9.200.7.1")
(source (origin
(method url-fetch)
(uri (cran-uri "RcppArmadillo" version))
(sha256
(base32
"11m04yvdh6086567dzzxchbf68fl5hxf2y32acf3f43bjqgwbv2p"))))
"1gy3ywzw1cx344a8xihnmflgxphy2fhci7ng85msqd1iv9gzxyk4"))))
(properties `((upstream-name . "RcppArmadillo")))
(build-system r-build-system)
;; All needed for vignettes
(native-inputs
`(("r-knitr" ,r-knitr))) ; needed for vignettes
`(("r-knitr" ,r-knitr)
("r-rmarkdown" ,r-rmarkdown)
("ghc-pandoc" ,ghc-pandoc)
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)))
(propagated-inputs
`(("r-rcpp" ,r-rcpp)))
(home-page "https://github.com/RcppCore/RcppArmadillo")