gnu: r-mcmc: Update to 0.9-6.
* gnu/packages/cran.scm (r-mcmc): Update to 0.9-6.
This commit is contained in:
parent
7e6c5ebbea
commit
ae7e6f0620
|
@ -10684,14 +10684,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-5")
|
(version "0.9-6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mcmc" version))
|
(uri (cran-uri "mcmc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i3rahph8pbhi5dsyjnkazqklg4lhh3azlyvx4kvabx50q0awxn6"))))
|
"1fc6a6asn53lx7x7pnlb5mb716nv4pcmbp99f1i30y4hzygihfj4"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in New Issue