me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-mcmc): Update to 0.9-8.

Change-Id: I25992ab64d09d1c2561635df5963c3be1060f800
Ricardo Wurmus 2023-12-15 12:16:58 +01:00
parent 1c19245ebc
commit 98dd9d250d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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