gnu: r-prediction: Update to 0.3.17.
* gnu/packages/cran.scm (r-prediction): Update to 0.3.17. Change-Id: Idf811d30e662c4ed25c1d4d9f0ead292b709957bmaster
parent
8f7f134a57
commit
9a343e53a9
|
@ -14762,14 +14762,14 @@ parse and convert strings into cases like snake or camel among others.")
|
|||
(define-public r-prediction
|
||||
(package
|
||||
(name "r-prediction")
|
||||
(version "0.3.14")
|
||||
(version "0.3.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "prediction" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
|
||||
"09fwg3cv7s5mzlcnwp4a04h0ps9m5qlb533p1cpqlinwl72lj4dq"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-data-table))
|
||||
|
|
Reference in New Issue