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
|
||||
(package
|
||||
(name "r-coda")
|
||||
(version "0.18-1")
|
||||
(version "0.19-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "coda" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03sc780734zj2kqcm8lkyvf76fql0jbfhkblpn8l58zmb6cqi958"))))
|
||||
"14a4a8df4ygj05h37chmdn8kzcqs07fpbflxfrq530563mrza7yl"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lattice" ,r-lattice)))
|
||||
(home-page "http://cran.r-project.org/web/packages/coda")
|
||||
(synopsis "This is a package for Output Analysis and Diagnostics for MCMC")
|
||||
(description "This package provides functions for summarizing and plotting
|
||||
|
Loading…
Reference in New Issue
Block a user