me
/
guix
Archived
1
0
Fork 0

gnu: r-prodlim: Update to 2019.11.13.

* gnu/packages/cran.scm (r-prodlim): Update to 2019.11.13.
master
Ricardo Wurmus 2019-11-24 15:04:29 +01:00
parent 3d391d2df4
commit 3b2c3878f5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2633,14 +2633,14 @@ regression using Kernel Ridge Regression.")
(define-public r-prodlim
(package
(name "r-prodlim")
(version "2019.10.13")
(version "2019.11.13")
(source
(origin
(method url-fetch)
(uri (cran-uri "prodlim" version))
(sha256
(base32
"0rsyfpz667y5cijmq33l318mrdw8r340khp72gcg8n490b1g0176"))))
"03wvh3kirp1prac5nky6a5whs97rvaf4hc27x0fnh51sa17r42b8"))))
(build-system r-build-system)
(propagated-inputs
`(("r-kernsmooth" ,r-kernsmooth)