me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-mcmc): Update to 0.9-6.1.
master
Ricardo Wurmus 2020-02-19 21:14:36 +01:00
parent 8f5468e7e7
commit ecf7477b6e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11578,14 +11578,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") (version "0.9-6.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "mcmc" version)) (uri (cran-uri "mcmc" version))
(sha256 (sha256
(base32 (base32
"1fc6a6asn53lx7x7pnlb5mb716nv4pcmbp99f1i30y4hzygihfj4")))) "1i1nhdapyijvm58zx38q28zk01ndmi6smjivxk5xs2cx9b6v2av9"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "http://www.stat.umn.edu/geyer/mcmc/") (home-page "http://www.stat.umn.edu/geyer/mcmc/")
(synopsis "Markov chain Monte Carlo") (synopsis "Markov chain Monte Carlo")