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.
This commit is contained in:
parent
2391e97c4d
commit
33fba4cea8
|
@ -2580,17 +2580,21 @@ well as additional utilities such as panel and axis annotation functions.")
|
||||||
(define-public r-rcpparmadillo
|
(define-public r-rcpparmadillo
|
||||||
(package
|
(package
|
||||||
(name "r-rcpparmadillo")
|
(name "r-rcpparmadillo")
|
||||||
(version "0.9.200.7.0")
|
(version "0.9.200.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppArmadillo" version))
|
(uri (cran-uri "RcppArmadillo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11m04yvdh6086567dzzxchbf68fl5hxf2y32acf3f43bjqgwbv2p"))))
|
"1gy3ywzw1cx344a8xihnmflgxphy2fhci7ng85msqd1iv9gzxyk4"))))
|
||||||
(properties `((upstream-name . "RcppArmadillo")))
|
(properties `((upstream-name . "RcppArmadillo")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
;; All needed for vignettes
|
||||||
(native-inputs
|
(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
|
(propagated-inputs
|
||||||
`(("r-rcpp" ,r-rcpp)))
|
`(("r-rcpp" ,r-rcpp)))
|
||||||
(home-page "https://github.com/RcppCore/RcppArmadillo")
|
(home-page "https://github.com/RcppCore/RcppArmadillo")
|
||||||
|
|
Loading…
Reference in New Issue