[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: |
Wed, 12 Jul 2023 08:31:38 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 86231c1cfd1cd8a0254858928b46a84f5e68cbcb
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
- 63/174: gnu: r-multcomp: Update to 1.4-25., (continued)
- 63/174: gnu: r-multcomp: Update to 1.4-25., guix-commits, 2023/07/12
- 64/174: gnu: r-emmeans: Update to 1.8.7., guix-commits, 2023/07/12
- 67/174: gnu: r-rcppannoy: Update to 0.0.21., guix-commits, 2023/07/12
- 73/174: gnu: r-remacor: Update to 0.0.16., guix-commits, 2023/07/12
- 70/174: gnu: r-kohonen: Update to 3.0.12., guix-commits, 2023/07/12
- 78/174: gnu: r-arrow: Update to 12.0.1., guix-commits, 2023/07/12
- 88/174: gnu: r-kutils: Update to 1.72., guix-commits, 2023/07/12
- 83/174: gnu: r-mda: Update to 0.5-4., guix-commits, 2023/07/12
- 94/174: gnu: r-cpp11: Update to 0.4.4., guix-commits, 2023/07/12
- 96/174: gnu: r-confintr: Update to 1.0.2., guix-commits, 2023/07/12
- 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/12
- 86/174: gnu: r-torch: Update to 0.11.0., guix-commits, 2023/07/12
- 97/174: gnu: r-scattermore: Update to 1.2., guix-commits, 2023/07/12
- 103/174: gnu: r-delaporte: Update to 8.1.1., guix-commits, 2023/07/12
- 84/174: gnu: r-r-huge: Update to 0.10.0., guix-commits, 2023/07/12
- 92/174: gnu: r-spatstat-sparse: Update to 3.0-2., guix-commits, 2023/07/12
- 79/174: gnu: r-styler: Update to 1.10.1., guix-commits, 2023/07/12
- 106/174: gnu: r-paws-cost-management: Update to 0.3.1., guix-commits, 2023/07/12
- 61/174: gnu: r-tarchetypes: Update to 0.7.7., guix-commits, 2023/07/12
- 71/174: gnu: r-gargle: Update to 1.5.1., guix-commits, 2023/07/12