gnu: r-coda: Update to 0.19-1.
* gnu/packages/statistics.scm (r-coda): Update to 0.19-1. [propagated-inputs]: Remove r-lattice.
This commit is contained in:
parent
3607afbe4c
commit
62350c0797
|
@ -1528,16 +1528,14 @@ inference for statistical models.")
|
||||||
(define-public r-coda
|
(define-public r-coda
|
||||||
(package
|
(package
|
||||||
(name "r-coda")
|
(name "r-coda")
|
||||||
(version "0.18-1")
|
(version "0.19-1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "coda" version))
|
(uri (cran-uri "coda" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03sc780734zj2kqcm8lkyvf76fql0jbfhkblpn8l58zmb6cqi958"))))
|
"14a4a8df4ygj05h37chmdn8kzcqs07fpbflxfrq530563mrza7yl"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
|
||||||
`(("r-lattice" ,r-lattice)))
|
|
||||||
(home-page "http://cran.r-project.org/web/packages/coda")
|
(home-page "http://cran.r-project.org/web/packages/coda")
|
||||||
(synopsis "This is a package for Output Analysis and Diagnostics for MCMC")
|
(synopsis "This is a package for Output Analysis and Diagnostics for MCMC")
|
||||||
(description "This package provides functions for summarizing and plotting
|
(description "This package provides functions for summarizing and plotting
|
||||||
|
|
Loading…
Reference in New Issue