me
/
guix
Archived
1
0
Fork 0

gnu: r-rstan: Update to 2.21.3.

* gnu/packages/cran.scm (r-rstan): Update to 2.21.3.
[propagated-inputs]: Remove r-v8 and r-withr.
master
Ricardo Wurmus 2022-01-05 19:34:28 +01:00
parent 4b955f9454
commit 62a43dad1b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 5 deletions

View File

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