mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: r-dalex: Update to 1.2.0.
* gnu/packages/cran.scm (r-dalex): Update to 1.2.0. [propagated-inputs]: Add r-ibreakdown and r-ingredients.
This commit is contained in:
parent
1816cb262c
commit
8165bf6d90
1 changed files with 6 additions and 3 deletions
|
@ -15435,17 +15435,20 @@ classification and regression models.")
|
||||||
(define-public r-dalex
|
(define-public r-dalex
|
||||||
(package
|
(package
|
||||||
(name "r-dalex")
|
(name "r-dalex")
|
||||||
(version "1.0.1")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "DALEX" version))
|
(uri (cran-uri "DALEX" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jbyn57vn6d281a5y15h5d8ljin8cdb9lr7lbgggc950blyfv4g0"))))
|
"0mfcci54622gnk8al9fl2jhs9i2vfly7lam04y5rdacbyiam49j6"))))
|
||||||
(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)
|
||||||
|
("r-ibreakdown" ,r-ibreakdown)
|
||||||
|
("r-ingredients" ,r-ingredients)))
|
||||||
(home-page "https://pbiecek.github.io/DALEX/")
|
(home-page "https://pbiecek.github.io/DALEX/")
|
||||||
(synopsis "Descriptive machine learning explanations")
|
(synopsis "Descriptive machine learning explanations")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue