me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-mcmc): Update to 0.9-7.
master
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
1 changed files with 2 additions and 2 deletions

View File

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