[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/135: gnu: r-caret: Update to 6.0-90.
From: |
guix-commits |
Subject: |
74/135: gnu: r-caret: Update to 6.0-90. |
Date: |
Wed, 3 Nov 2021 18:00:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4fc29a0d3da4f36ddeb0314320727d75b7f90527
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 20:44:45 2021 +0000
gnu: r-caret: Update to 6.0-90.
* gnu/packages/cran.scm (r-caret): Update to 6.0-90.
[propagated-inputs]: Add r-e1071.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 427d8be..f917647 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22706,17 +22706,18 @@ it may be seen by an animal with less acute vision.")
(define-public r-caret
(package
(name "r-caret")
- (version "6.0-88")
+ (version "6.0-90")
(source
(origin
(method url-fetch)
(uri (cran-uri "caret" version))
(sha256
(base32
- "174cyyhsw8s6jp80spmi40qq9sw5ys0r58v4ikp53kiw1dhd247s"))))
+ "1g36m06hp2fxxwv155bwbqlf97xhcia1lmg3axg6d74kgpns8lg8"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-foreach" ,r-foreach)
+ `(("r-e1071" ,r-e1071)
+ ("r-foreach" ,r-foreach)
("r-ggplot2" ,r-ggplot2)
("r-lattice" ,r-lattice)
("r-modelmetrics" ,r-modelmetrics)
- 77/135: gnu: r-sem: Update to 3.1-13., (continued)
- 77/135: gnu: r-sem: Update to 3.1-13., guix-commits, 2021/11/03
- 85/135: gnu: r-spatstat-geom: Update to 2.3-0., guix-commits, 2021/11/03
- 86/135: gnu: r-exactranktests: Update to 0.8-34., guix-commits, 2021/11/03
- 91/135: gnu: r-perm: Update to 1.0-0.2., guix-commits, 2021/11/03
- 95/135: gnu: r-decon: Update to 1.3-4., guix-commits, 2021/11/03
- 119/135: gnu: r-tidyr: Update to 1.1.4., guix-commits, 2021/11/03
- 57/135: gnu: r-deldir: Update to 1.0-6., guix-commits, 2021/11/03
- 61/135: gnu: r-optparse: Update to 1.7.1., guix-commits, 2021/11/03
- 66/135: gnu: r-clue: Update to 0.3-60., guix-commits, 2021/11/03
- 78/135: gnu: r-rpf: Update to 1.0.11., guix-commits, 2021/11/03
- 74/135: gnu: r-caret: Update to 6.0-90.,
guix-commits <=
- 88/135: gnu: r-workflows: Update to 0.2.4., guix-commits, 2021/11/03
- 92/135: gnu: r-qtl: Update to 1.50., guix-commits, 2021/11/03
- 97/135: gnu: r-lwgeom: Update to 0.2-8., guix-commits, 2021/11/03
- 99/135: gnu: r-exactextractr: Update to 0.7.1., guix-commits, 2021/11/03
- 101/135: gnu: r-keras: Update to 2.6.1., guix-commits, 2021/11/03
- 103/135: gnu: r-dismo: Update to 1.3-5., guix-commits, 2021/11/03
- 110/135: gnu: r-testthat: Update to 3.1.0., guix-commits, 2021/11/03
- 111/135: gnu: r-rlang: Update to 0.4.12., guix-commits, 2021/11/03
- 112/135: gnu: r-tibble: Update to 3.1.5., guix-commits, 2021/11/03
- 113/135: gnu: r-data-table: Update to 1.14.2., guix-commits, 2021/11/03