rekado pushed a commit to branch master
in repository guix.
commit 8754e5b761f1da7005c329d8a7ffe2b0ccb97682
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Aug 12 11:59:04 2020 +0200
gnu: r-rstanarm: Update to 2.21.1.
* gnu/packages/cran.scm (r-rstanarm): Update to 2.21.1.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a244fed..5c82564 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21345,14 +21345,14 @@ need to derive the partial derivatives.")
(define-public r-rstanarm
(package
(name "r-rstanarm")
- (version "2.19.3")
+ (version "2.21.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rstanarm" version))
(sha256
(base32
- "0gxjq8bdlvdd8kn3dhp12xlymdab036r7n12lzmd3xlkl4cnxq3s"))))
+ "04ggzak3f7jaxza3dxyrmxp5b48qcgyspy22ykbhr03g4hzp7jk8"))))
(properties `((upstream-name . "rstanarm")))
(build-system r-build-system)
(inputs
@@ -21374,6 +21374,8 @@ need to derive the partial derivatives.")
("r-shinystan" ,r-shinystan)
("r-stanheaders" ,r-stanheaders)
("r-survival" ,r-survival)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://mc-stan.org/rstanarm/")
(synopsis "Bayesian applied regression modeling via Stan")
(description