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.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:28 +02:00
parent 4169a87e19
commit 86231c1cfd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -32411,25 +32411,20 @@ (define-public r-consrank
(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