guix-commits
[Top][All Lists]
Advanced

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

103/150: gnu: r-shapforxgboost: Update to 0.1.0.


From: guix-commits
Subject: 103/150: gnu: r-shapforxgboost: Update to 0.1.0.
Date: Wed, 20 Jan 2021 11:21:10 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 59f4eafddaee9009ec202f214467661e75a74031
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:12:49 2021 +0100

    gnu: r-shapforxgboost: Update to 0.1.0.
    
    * gnu/packages/cran.scm (r-shapforxgboost): Update to 0.1.0.
    [propagated-inputs]: Add r-lightgbm.
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3fe4a1a..f38d6ee 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23359,14 +23359,14 @@ designed to be distributed and efficient with the 
following goals:
 (define-public r-shapforxgboost
   (package
     (name "r-shapforxgboost")
-    (version "0.0.4")
+    (version "0.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "SHAPforxgboost" version))
        (sha256
         (base32
-         "0k6bg27wqnkzv82bcahbapmqhiz6rvnx81m23zbjw58c7lwshgnq"))))
+         "0jgyss9bawl7sf4dwa75sn7ld3mvrrr0z2074lbkq3f5qb9gwsly"))))
     (properties
      `((upstream-name . "SHAPforxgboost")))
     (build-system r-build-system)
@@ -23377,6 +23377,7 @@ designed to be distributed and efficient with the 
following goals:
        ("r-ggforce" ,r-ggforce)
        ("r-ggplot2" ,r-ggplot2)
        ("r-ggpubr" ,r-ggpubr)
+       ("r-lightgbm" ,r-lightgbm)
        ("r-rcolorbrewer" ,r-rcolorbrewer)
        ("r-xgboost" ,r-xgboost)))
     (home-page "https://github.com/liuyanguu/SHAPforxgboost";)



reply via email to

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