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