3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-dalex: Update to 1.0.

* gnu/packages/cran.scm (r-dalex): Update to 1.0.
This commit is contained in:
Ricardo Wurmus 2020-02-22 13:52:11 +01:00
parent 17c98b536c
commit f4c2914531
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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