gnu: r-prediction: Update to 0.3.18.
* gnu/packages/cran.scm (r-prediction): Update to 0.3.18. Change-Id: I1a852a4f36bae0fb18ac6a6522c4039a0e8fcaf2master
parent
0436ae1a2c
commit
eb06d2e43d
|
@ -15262,14 +15262,14 @@ parse and convert strings into cases like snake or camel among others.")
|
|||
(define-public r-prediction
|
||||
(package
|
||||
(name "r-prediction")
|
||||
(version "0.3.17")
|
||||
(version "0.3.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "prediction" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09fwg3cv7s5mzlcnwp4a04h0ps9m5qlb533p1cpqlinwl72lj4dq"))))
|
||||
"194p2zbypslkd7slnvqw2z456xxwfzjxd11dirhpffjcsizkgrnh"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-data-table))
|
||||
|
|
Reference in New Issue