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
parent
f06c37d446
commit
ba2da161bc
|
@ -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))
|
||||
|
|
Reference in New Issue