Archived
1
0
Fork 0

gnu: r-dalex: Update to 1.0.1.

* gnu/packages/cran.scm (r-dalex): Update to 1.0.1.
This commit is contained in:
Ricardo Wurmus 2020-03-01 22:51:49 +01:00
parent 79f7e127ea
commit 2a216f5a5f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15138,14 +15138,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 "1.0") (version "1.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "DALEX" version)) (uri (cran-uri "DALEX" version))
(sha256 (sha256
(base32 (base32
"0fcyk1zhpw5yyppyw45rplx8603mrbp4vxq8398h2lswgy1nmls4")))) "1jbyn57vn6d281a5y15h5d8ljin8cdb9lr7lbgggc950blyfv4g0"))))
(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)))