gnu: r-rstantools: Update to 2.1.1.

* gnu/packages/cran.scm (r-rstantools): Update to 2.1.1.
[propagated-inputs]: Add r-rcppparallel.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-07-10 17:50:07 +02:00
parent 8aff0a206c
commit 3cafe807b2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21142,20 +21142,23 @@ (define-public r-shinystan
(define-public r-rstantools
(package
(name "r-rstantools")
(version "2.0.0")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rstantools" version))
(sha256
(base32
"1il0pn4ksbdkska5fmhvgaicvwnnc6cs08g6ags9fj1xkjiqmrsa"))))
"0b9x8rzj3dr4m7yjx476nn42z22xd1xnw85m9frfwxy5ivg1any9"))))
(properties `((upstream-name . "rstantools")))
(build-system r-build-system)
(inputs `(("pandoc" ,ghc-pandoc)))
(propagated-inputs
`(("r-desc" ,r-desc)
("r-rcpp" ,r-rcpp)))
("r-rcpp" ,r-rcpp)
("r-rcppparallel" ,r-rcppparallel)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://mc-stan.org/rstantools/")
(synopsis "Tools for developing R packages interfacing with Stan")
(description