[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/174: gnu: r-fastshap: Update to 0.1.0.
From: |
guix-commits |
Subject: |
91/174: gnu: r-fastshap: Update to 0.1.0. |
Date: |
Tue, 11 Jul 2023 14:48:27 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 536d50407ea4b4989d9eb6ec4b337563472eb138
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:28 2023 +0200
gnu: r-fastshap: Update to 0.1.0.
* gnu/packages/cran.scm (r-fastshap): Update to 0.1.0.
[propagated-inputs]: Remove r-abind, r-ggplot2, r-gridextra, r-matrixstats,
r-plyr, and
r-tibble; add r-foreach.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 359a9b02d5..028cef83df 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32411,25 +32411,20 @@ Kemeny distance and correlation coefficient.")
(define-public r-fastshap
(package
(name "r-fastshap")
- (version "0.0.7")
+ (version "0.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "fastshap" version))
(sha256
(base32
- "0gxch67i3bj6m8nb94m5hswq058w6n1q9war4dy2qnimlv7cmhdv"))))
+ "112hc585aryzc5pgvr3qaa7arlx2h2sj9jlq9xha3nncyzqkh7c6"))))
(properties `((upstream-name . "fastshap")))
(build-system r-build-system)
(propagated-inputs
- (list r-abind
- r-ggplot2
- r-gridextra
- r-matrixstats
- r-plyr
- r-rcpp
- r-rcpparmadillo
- r-tibble))
+ (list r-foreach r-rcpp r-rcpparmadillo))
+ (native-inputs
+ (list r-knitr))
(home-page "https://github.com/bgreenwell/fastshap")
(synopsis "Fast approximate Shapley values")
(description
- 58/174: gnu: r-qualv: Update to 0.3-5., (continued)
- 58/174: gnu: r-qualv: Update to 0.3-5., guix-commits, 2023/07/11
- 61/174: gnu: r-tarchetypes: Update to 0.7.7., guix-commits, 2023/07/11
- 65/174: gnu: r-ggeffects: Update to 1.2.3., guix-commits, 2023/07/11
- 69/174: gnu: r-admisc: Update to 0.33., guix-commits, 2023/07/11
- 70/174: gnu: r-kohonen: Update to 3.0.12., guix-commits, 2023/07/11
- 74/174: gnu: r-spdata: Update to 2.3.0., guix-commits, 2023/07/11
- 73/174: gnu: r-remacor: Update to 0.0.16., guix-commits, 2023/07/11
- 80/174: gnu: r-uwot: Update to 0.1.16., guix-commits, 2023/07/11
- 79/174: gnu: r-styler: Update to 1.10.1., guix-commits, 2023/07/11
- 85/174: gnu: r-gdina: Update to 2.9.4., guix-commits, 2023/07/11
- 91/174: gnu: r-fastshap: Update to 0.1.0.,
guix-commits <=
- 95/174: gnu: r-rfast: Update to 2.0.8., guix-commits, 2023/07/11
- 141/174: gnu: r-alevinqc: Update to 1.16.1., guix-commits, 2023/07/11
- 134/174: gnu: r-logspline: Update to 2.1.20., guix-commits, 2023/07/11
- 120/174: gnu: r-matrix: Update to 1.6-0., guix-commits, 2023/07/11
- 136/174: gnu: r-mzr: Update to 2.34.1., guix-commits, 2023/07/11
- 156/174: gnu: r-summarizedexperiment: Update to 1.30.2., guix-commits, 2023/07/11
- 160/174: gnu: r-glmgampoi: Update to 1.12.2., guix-commits, 2023/07/11
- 171/174: gnu: r-basilisk: Update to 1.12.1., guix-commits, 2023/07/11
- 75/174: gnu: r-polspline: Update to 1.1.23., guix-commits, 2023/07/11
- 84/174: gnu: r-r-huge: Update to 0.10.0., guix-commits, 2023/07/11