[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/35: gnu: r-nestedcv: Update to 0.7.8.
From: |
guix-commits |
Subject: |
16/35: gnu: r-nestedcv: Update to 0.7.8. |
Date: |
Tue, 19 Mar 2024 10:03:07 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c0649e8d3f0f521e29d48cee14484c523feb086a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 19 14:43:24 2024 +0100
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
---
gnu/packages/cran.scm | 8 ++++----
1 file 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")
- 25/35: gnu: r-rms: Update to 6.8-0., (continued)
- 25/35: gnu: r-rms: Update to 6.8-0., guix-commits, 2024/03/19
- 26/35: gnu: r-parameters: Update to 0.21.6., guix-commits, 2024/03/19
- 28/35: gnu: r-erm: Update to 1.0-6., guix-commits, 2024/03/19
- 27/35: gnu: r-gamlss-data: Update to 6.0-6., guix-commits, 2024/03/19
- 29/35: gnu: r-seurat: Update to 5.0.3., guix-commits, 2024/03/19
- 33/35: gnu: r-tidyselect: Update to 1.2.1., guix-commits, 2024/03/19
- 35/35: gnu: snakemake-7: Patch tibanna command line., guix-commits, 2024/03/19
- 18/35: gnu: r-insight: Update to 0.19.9., guix-commits, 2024/03/19
- 04/35: gnu: apache-arrow: Update to 15.0.1., guix-commits, 2024/03/19
- 19/35: gnu: r-wrs2: Update to 1.1-6., guix-commits, 2024/03/19
- 16/35: gnu: r-nestedcv: Update to 0.7.8.,
guix-commits <=
- 21/35: gnu: r-targets: Update to 1.6.0., guix-commits, 2024/03/19
- 22/35: gnu: r-remotes: Update to 2.5.0., guix-commits, 2024/03/19
- 24/35: gnu: r-bigrquery: Update to 1.5.1., guix-commits, 2024/03/19
- 30/35: gnu: r-mlr3learners: Update to 0.6.0., guix-commits, 2024/03/19
- 31/35: gnu: r-ragg: Update to 1.3.0., guix-commits, 2024/03/19
- 32/35: gnu: r-digest: Update to 0.6.35., guix-commits, 2024/03/19
- 34/35: gnu: r-hmisc: Update to 5.1-2., guix-commits, 2024/03/19