gnu: r-dalex: Update to 0.4.7.
* gnu/packages/cran.scm (r-dalex): Update to 0.4.7.
This commit is contained in:
parent
466e68b4b2
commit
d64ac92f6c
|
@ -14617,14 +14617,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.4.4")
|
(version "0.4.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "DALEX" version))
|
(uri (cran-uri "DALEX" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04i17ni8g595jj8dxdfwr9vsxmdn2kkam90ab68vlwws3ywqjl6r"))))
|
"0iiwkf0pfdb90lf1xhv43qd32z3cjmkmf0ly9841n5lldkjazy3h"))))
|
||||||
(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)))
|
||||||
|
|
Loading…
Reference in New Issue