me
/
guix
Archived
1
0
Fork 0

gnu: r-rstan: Update to 2.32.3.

* gnu/packages/cran.scm (r-rstan): Update to 2.32.3.

Change-Id: Iafaf0788e757ff591c191a4487d757e5728b03cb
Ricardo Wurmus 2023-10-25 16:57:40 +02:00
parent 0de67d2c56
commit 8d44e935fe
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -31562,14 +31562,14 @@ techniques to average Bayesian predictive distributions.")
(define-public r-rstan
(package
(name "r-rstan")
(version "2.26.23")
(version "2.32.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "rstan" version))
(sha256
(base32
"08hdwrpxbxp2wdnfk2jj2xsdgl7q9nbalz5wgwmy0m878swxxzci"))))
"17alp92kj9mnlkzplk7zd83sv2zi2h7yc44fx5f7nz3dpwd9x7d2"))))
(properties `((upstream-name . "rstan")))
(build-system r-build-system)
(arguments