summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-01-20 17:12:49 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-01-20 17:19:06 +0100
commit59f4eafddaee9009ec202f214467661e75a74031 (patch)
treefe2e93e62e8e837770cd5648e9f5b5a97577d3d0 /gnu/packages
parentd7e5ab553c6a405b7ec2fc65c04f93cf6ba7d21b (diff)
downloadguix-59f4eafddaee9009ec202f214467661e75a74031.tar.gz
gnu: r-shapforxgboost: Update to 0.1.0.
* gnu/packages/cran.scm (r-shapforxgboost): Update to 0.1.0.
[propagated-inputs]: Add r-lightgbm.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cran.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3fe4a1ab73..f38d6ee900 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")