Archived
1
0
Fork 0

gnu: r-rstanarm: Update to 2.21.1.

* gnu/packages/cran.scm (r-rstanarm): Update to 2.21.1.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-08-12 11:59:04 +02:00
parent ad53122f35
commit 8754e5b761
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21345,14 +21345,14 @@ need to derive the partial derivatives.")
(define-public r-rstanarm (define-public r-rstanarm
(package (package
(name "r-rstanarm") (name "r-rstanarm")
(version "2.19.3") (version "2.21.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rstanarm" version)) (uri (cran-uri "rstanarm" version))
(sha256 (sha256
(base32 (base32
"0gxjq8bdlvdd8kn3dhp12xlymdab036r7n12lzmd3xlkl4cnxq3s")))) "04ggzak3f7jaxza3dxyrmxp5b48qcgyspy22ykbhr03g4hzp7jk8"))))
(properties `((upstream-name . "rstanarm"))) (properties `((upstream-name . "rstanarm")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
@ -21374,6 +21374,8 @@ need to derive the partial derivatives.")
("r-shinystan" ,r-shinystan) ("r-shinystan" ,r-shinystan)
("r-stanheaders" ,r-stanheaders) ("r-stanheaders" ,r-stanheaders)
("r-survival" ,r-survival))) ("r-survival" ,r-survival)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://mc-stan.org/rstanarm/") (home-page "https://mc-stan.org/rstanarm/")
(synopsis "Bayesian applied regression modeling via Stan") (synopsis "Bayesian applied regression modeling via Stan")
(description (description