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:
parent
ad53122f35
commit
8754e5b761
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue