summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-14 19:42:21 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:28:31 +0100
commit326a9d7ed2ac9f3c5a3b25cd39802fcbb2fdf813 (patch)
tree34894e9944304420f92b7ee72b2835e11b13bb5f /gnu
parentf9b4c3a8bbcc818df857e2d258bca8f039594202 (diff)
gnu: r-projpred: Update to 2.10.0.
* gnu/packages/cran.scm (r-projpred): Update to 2.10.0. [propagated-inputs]: Add r-reformulas. [native-inputs]: Remove r-callr; add r-future-callr. Change-Id: I523f743f8a27fcfcf2b5f459a9cb652228d4ad89 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e994f8c1c2..8ca875e958 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -47859,14 +47859,14 @@ here.")
(define-public r-projpred
(package
(name "r-projpred")
- (version "2.9.1")
+ (version "2.10.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "projpred" version))
(sha256
(base32
- "107bll5186p7qhi9i1y8vfm08klg410wypp8zak2qcvh1cmf2qxy"))))
+ "0iwvqmajcc92g8idjrsd713i1h46jlvnsf2l2j1bajk3vz0b217l"))))
(properties `((upstream-name . "projpred")))
(build-system r-build-system)
(propagated-inputs
@@ -47884,16 +47884,17 @@ here.")
r-ordinal
r-rcpp
r-rcpparmadillo
+ r-reformulas
r-rstantools
r-scales))
(native-inputs (list r-brms
- r-callr
r-cmdstanr
r-devtools
r-dofuture
r-doparallel
r-foreach
r-future
+ r-future-callr
r-glmnet
r-knitr
r-posterior