guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

31/39: gnu: r-dalex: Update to 1.2.0.


From: guix-commits
Subject: 31/39: gnu: r-dalex: Update to 1.2.0.
Date: Mon, 27 Apr 2020 11:40:38 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit dd95ff7ee2c342932d2687b1cd0cfc73072cfd30
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 27 17:29:48 2020 +0200

    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.
---
 gnu/packages/cran.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 13a7cb5..87a4cc0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15435,17 +15435,20 @@ classification and regression models.")
 (define-public r-dalex
   (package
     (name "r-dalex")
-    (version "1.0.1")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "DALEX" version))
        (sha256
         (base32
-         "1jbyn57vn6d281a5y15h5d8ljin8cdb9lr7lbgggc950blyfv4g0"))))
+         "0mfcci54622gnk8al9fl2jhs9i2vfly7lam04y5rdacbyiam49j6"))))
     (properties `((upstream-name . "DALEX")))
     (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/";)
     (synopsis "Descriptive machine learning explanations")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]