Archived
1
0
Fork 0

gnu: r-rstan: Update to 2.21.2.

* gnu/packages/cran.scm (r-rstan): Update to 2.21.2.
[propagated-inputs]: Add r-withr.
This commit is contained in:
Ricardo Wurmus 2020-08-12 11:58:59 +02:00
parent f74941f7d9
commit ad53122f35
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21290,14 +21290,14 @@ techniques to average Bayesian predictive distributions.")
(define-public r-rstan (define-public r-rstan
(package (package
(name "r-rstan") (name "r-rstan")
(version "2.21.1") (version "2.21.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rstan" version)) (uri (cran-uri "rstan" version))
(sha256 (sha256
(base32 (base32
"0fxxh2jmrgfp98195qkqli1r9ni457vnjdvqm5l91j6aagkbk8zz")))) "0jh58qfrksd2j9w2zy4bajryivgp36m3xdb9mjrjqbk1ib9h83p3"))))
(properties `((upstream-name . "rstan"))) (properties `((upstream-name . "rstan")))
(build-system r-build-system) (build-system r-build-system)
(arguments (arguments
@ -21326,7 +21326,8 @@ techniques to average Bayesian predictive distributions.")
("r-rcppeigen" ,r-rcppeigen) ("r-rcppeigen" ,r-rcppeigen)
("r-rcppparallel" ,r-rcppparallel) ("r-rcppparallel" ,r-rcppparallel)
("r-stanheaders" ,r-stanheaders) ("r-stanheaders" ,r-stanheaders)
("r-v8" ,r-v8))) ("r-v8" ,r-v8)
("r-withr" ,r-withr)))
(home-page "https://discourse.mc-stan.org/") (home-page "https://discourse.mc-stan.org/")
(synopsis "R interface to Stan") (synopsis "R interface to Stan")
(description (description