Archived
1
0
Fork 0

gnu: r-rstan: Update to 2.32.6.

* gnu/packages/cran.scm (r-rstan): Update to 2.32.6.
[inputs]: Add pandoc.

Change-Id: Iddad21c83ce3f5af01c57027edc7157948092990
This commit is contained in:
Ricardo Wurmus 2024-03-11 13:30:19 +01:00
parent 0afc70e8f0
commit b4065ef93d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -32714,14 +32714,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.32.5") (version "2.32.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rstan" version)) (uri (cran-uri "rstan" version))
(sha256 (sha256
(base32 (base32
"0m655pf0lrhqh2mzylximd2vch9wy252k4zwyfqn1sfwmx642dva")))) "0w0si8sd26c4nivqh85y0imil14sp4vy97yikmrv1lxvj40x141k"))))
(properties (properties
'((upstream-name . "rstan") '((upstream-name . "rstan")
(updater-extra-native-inputs . ("tzdata-for-tests")))) (updater-extra-native-inputs . ("tzdata-for-tests"))))
@ -32750,6 +32750,7 @@ techniques to average Bayesian predictive distributions.")
r-rcppeigen r-rcppeigen
r-rcppparallel r-rcppparallel
r-stanheaders)) r-stanheaders))
(inputs (list pandoc))
(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