gnu: r-rstan: Update to 2.21.8.
* gnu/packages/cran.scm (r-rstan): Update to 2.21.8.master
parent
6471f296a2
commit
c930c026b2
|
@ -28449,14 +28449,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.21.7")
|
(version "2.21.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rstan" version))
|
(uri (cran-uri "rstan" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ibd3pj2pvd7658sdg95fa2yhfmxz9gy0cjwcrdr546k209j55a4"))))
|
"0xah8wl4lg8zh5982m20ipc6cjck1dsfi8lz1jbkg4212p1yvm5j"))))
|
||||||
(properties `((upstream-name . "rstan")))
|
(properties `((upstream-name . "rstan")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue