me
/
guix
Archived
1
0
Fork 0

gnu: r-prediction: Update to 0.3.6.2.

* gnu/packages/cran.scm (r-prediction): Update to 0.3.6.2.
master
Ricardo Wurmus 2019-03-07 23:45:15 +01:00
parent 3d5bcae0c2
commit 7754557090
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5784,14 +5784,14 @@ parse and convert strings into cases like snake or camel among others.")
(define-public r-prediction
(package
(name "r-prediction")
(version "0.3.6.1")
(version "0.3.6.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "prediction" version))
(sha256
(base32
"1znxpacd79fjkf84w3493p1vmafanqfxsspwpwpkmda323bsxj0n"))))
"0kx7xbm2j6c8h6gk1iig4vfpg877psg16j74hl7zc2mv40sc6dy5"))))
(build-system r-build-system)
(propagated-inputs
`(("r-data-table" ,r-data-table)))