Archived
1
0
Fork 0

gnu: r-mcmc: Update to 0.9-7.

* gnu/packages/cran.scm (r-mcmc): Update to 0.9-7.
This commit is contained in:
Ricardo Wurmus 2020-03-24 10:33:16 +01:00
parent d3836473de
commit 6005efa40f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11607,14 +11607,14 @@ lasso, adaptive lasso and Ridge regression based on cross-validation.")
(define-public r-mcmc (define-public r-mcmc
(package (package
(name "r-mcmc") (name "r-mcmc")
(version "0.9-6.1") (version "0.9-7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "mcmc" version)) (uri (cran-uri "mcmc" version))
(sha256 (sha256
(base32 (base32
"1i1nhdapyijvm58zx38q28zk01ndmi6smjivxk5xs2cx9b6v2av9")))) "0q42m8ab7b6bxhns494ksjdss5f3c5m2jjfdlfj6fk1nz7ax7i5p"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://www.stat.umn.edu/geyer/mcmc/") (home-page "https://www.stat.umn.edu/geyer/mcmc/")
(synopsis "Markov chain Monte Carlo") (synopsis "Markov chain Monte Carlo")