gnu: r-prediction: Update to 0.3.6.2.
* gnu/packages/cran.scm (r-prediction): Update to 0.3.6.2.master
parent
3d5bcae0c2
commit
7754557090
|
@ -5784,14 +5784,14 @@ parse and convert strings into cases like snake or camel among others.")
|
||||||
(define-public r-prediction
|
(define-public r-prediction
|
||||||
(package
|
(package
|
||||||
(name "r-prediction")
|
(name "r-prediction")
|
||||||
(version "0.3.6.1")
|
(version "0.3.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "prediction" version))
|
(uri (cran-uri "prediction" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1znxpacd79fjkf84w3493p1vmafanqfxsspwpwpkmda323bsxj0n"))))
|
"0kx7xbm2j6c8h6gk1iig4vfpg877psg16j74hl7zc2mv40sc6dy5"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-data-table" ,r-data-table)))
|
`(("r-data-table" ,r-data-table)))
|
||||||
|
|
Reference in New Issue