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.
This commit is contained in:
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

View file

@ -24268,14 +24268,14 @@ (define-public r-loo
(define-public r-rstan (define-public r-rstan
(package (package
(name "r-rstan") (name "r-rstan")
(version "2.21.2") (version "2.21.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rstan" version)) (uri (cran-uri "rstan" version))
(sha256 (sha256
(base32 (base32
"0jh58qfrksd2j9w2zy4bajryivgp36m3xdb9mjrjqbk1ib9h83p3")))) "1ccjdwh0xspna2c0m5p8as8y2b0lnhdyk9hfd3jh58j6n8fbzg3n"))))
(properties `((upstream-name . "rstan"))) (properties `((upstream-name . "rstan")))
(build-system r-build-system) (build-system r-build-system)
(arguments (arguments
@ -24300,9 +24300,7 @@ (define-public r-rstan
r-rcpp r-rcpp
r-rcppeigen r-rcppeigen
r-rcppparallel r-rcppparallel
r-stanheaders r-stanheaders))
r-v8
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