me
/
guix
Archived
1
0
Fork 0

gnu: r-iml: Update to 0.11.0.

* gnu/packages/cran.scm (r-iml): Update to 0.11.0.
[propagated-inputs]: Remove r-keras.
master
Ricardo Wurmus 2022-05-28 08:30:46 +02:00
parent f06c37d446
commit ba2da161bc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -27261,14 +27261,14 @@ simple interface for all functions.")
(define-public r-iml
(package
(name "r-iml")
(version "0.10.1")
(version "0.11.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "iml" version))
(sha256
(base32
"1wz6xqhvqkzj723nw7qrlwb1171wvvpxhv3pa8cq7vcbkiflq37r"))))
"1za7bjnp07i20vyb6vxz2ya5cr8g4p076w61n8m38wnz04lz5yz5"))))
(properties `((upstream-name . "iml")))
(build-system r-build-system)
(propagated-inputs
@ -27278,7 +27278,6 @@ simple interface for all functions.")
r-future
r-future-apply
r-ggplot2
r-keras
r-metrics
r-prediction
r-r6))