gnu: r-dalex: Update to 0.4.

* gnu/packages/cran.scm (r-dalex): Update to 0.4.
This commit is contained in:
Ricardo Wurmus 2019-05-19 09:25:35 +02:00
parent 12242ffb4a
commit 2e2e8d4f9e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14326,14 +14326,14 @@ engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
(define-public r-dalex (define-public r-dalex
(package (package
(name "r-dalex") (name "r-dalex")
(version "0.3.0") (version "0.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "DALEX" version)) (uri (cran-uri "DALEX" version))
(sha256 (sha256
(base32 (base32
"13l435l88r6wqaypxbf8jszc8wv5la1c3ahcxif2jcqlj4b1dks6")))) "1mr8lqq8s4aacmh7xdhmkmv8vsjqjczlqlaw27xnsljgj2kgq87a"))))
(properties `((upstream-name . "DALEX"))) (properties `((upstream-name . "DALEX")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs `(("r-ggplot2" ,r-ggplot2))) (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))