diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-03-19 14:43:24 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-03-19 14:43:24 +0100 |
commit | c0649e8d3f0f521e29d48cee14484c523feb086a (patch) | |
tree | b951dd2b10aef9f1a46c116d7f80676b7a3abca3 /gnu | |
parent | 3deab18d67eef212d202425b1209e43f15ba9c1e (diff) | |
download | guix-c0649e8d3f0f521e29d48cee14484c523feb086a.tar.gz guix-c0649e8d3f0f521e29d48cee14484c523feb086a.zip |
gnu: r-nestedcv: Update to 0.7.8.
* gnu/packages/cran.scm (r-nestedcv): Update to 0.7.8.
[propagated-inputs]: Remove r-magrittr; add r-rocr.
Change-Id: Icf9c947cea5e88395eb036bb2ea12004e49141bf
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index f42e0d393f..c0a7413dc0 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10821,13 +10821,13 @@ implementation of an approximate nearest neighbor search using hierarchical (define-public r-nestedcv (package (name "r-nestedcv") - (version "0.7.4") + (version "0.7.8") (source (origin (method url-fetch) (uri (cran-uri "nestedcv" version)) (sha256 - (base32 "0ymy1dbkcpiyq44zpvpkz1m5ivnchip07q6agh6ij50imddxb48s")))) + (base32 "1pdky7kzqs1rhl0f4hba3sggifplfgbp339imxym4dvvdb81b589")))) (properties `((upstream-name . "nestedcv"))) (build-system r-build-system) (propagated-inputs (list r-caret @@ -10836,13 +10836,13 @@ implementation of an approximate nearest neighbor search using hierarchical r-foreach r-ggplot2 r-glmnet - r-magrittr r-matrixstats r-matrixtests r-proc r-rfast r-rhpcblasctl - r-rlang)) + r-rlang + r-rocr)) (native-inputs (list r-knitr)) (home-page "https://github.com/myles-lewis/nestedcv") (synopsis "Nested cross-validation with glmnet and caret") |