gnu: r-coda: Update to 0.19-4.
* gnu/packages/statistics.scm (r-coda): Update to 0.19-4.
This commit is contained in:
parent
6f68893ae4
commit
76c145e402
1 changed files with 2 additions and 2 deletions
|
@ -1965,13 +1965,13 @@ inference for statistical models.")
|
||||||
(define-public r-coda
|
(define-public r-coda
|
||||||
(package
|
(package
|
||||||
(name "r-coda")
|
(name "r-coda")
|
||||||
(version "0.19-3")
|
(version "0.19-4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "coda" version))
|
(uri (cran-uri "coda" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mn50bshky968gn4nf6vnkaa768fnvm1xmhkms7szwdw9341zpyk"))))
|
"13z5dwfpnyyhpsbpg4xr9g5c1685jhqj90f4x4qkcykr6kykqba2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lattice" ,r-lattice)))
|
`(("r-lattice" ,r-lattice)))
|
||||||
|
|
Reference in a new issue