me
/
guix
Archived
1
0
Fork 0

gnu: r-prediction: Update to 0.3.17.

* gnu/packages/cran.scm (r-prediction): Update to 0.3.17.

Change-Id: Idf811d30e662c4ed25c1d4d9f0ead292b709957b
master
Ricardo Wurmus 2024-05-07 22:18:44 +02:00
parent 8f7f134a57
commit 9a343e53a9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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))