[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/116: gnu: r-conquer: Update to 1.2.1.
From: |
guix-commits |
Subject: |
79/116: gnu: r-conquer: Update to 1.2.1. |
Date: |
Wed, 24 Nov 2021 06:16:55 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 3b4c4f69b03b24fd9cd65b2b7c0b55c4b5bbb4c4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:31 2021 +0100
gnu: r-conquer: Update to 1.2.1.
* gnu/packages/cran.scm (r-conquer): Update to 1.2.1.
[propagated-inputs]: Add r-caret.
---
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 9fa472f..64f13d7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26503,18 +26503,19 @@ you can automate browsers locally or remotely.")
(define-public r-conquer
(package
(name "r-conquer")
- (version "1.0.2")
+ (version "1.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "conquer" version))
(sha256
(base32
- "1zvlsrbmrij011mcdi3qngs1al2lhrdiyknxnk0w1zhzrra62bsl"))))
+ "0i9g27f52zl2kb2392g0y614drf6s87dqz12aphj889ajq7zjm0k"))))
(properties `((upstream-name . "conquer")))
(build-system r-build-system)
(propagated-inputs
- `(("r-matrix" ,r-matrix)
+ `(("r-caret" ,r-caret)
+ ("r-matrix" ,r-matrix)
("r-matrixstats" ,r-matrixstats)
("r-rcpp" ,r-rcpp)
("r-rcpparmadillo" ,r-rcpparmadillo)))
- 105/116: gnu: r-git2r: Update to 0.29.0., (continued)
- 105/116: gnu: r-git2r: Update to 0.29.0., guix-commits, 2021/11/24
- 113/116: gnu: r-nloptr: Update to 1.2.2.3., guix-commits, 2021/11/24
- 30/116: gnu: r-hdf5r: Update to 1.3.5., guix-commits, 2021/11/24
- 32/116: gnu: r-flextable: Update to 0.6.10., guix-commits, 2021/11/24
- 52/116: gnu: r-genenet: Update to 1.2.16., guix-commits, 2021/11/24
- 36/116: gnu: r-bayestestr: Update to 0.11.5., guix-commits, 2021/11/24
- 23/116: gnu: r-uuid: Update to 1.0-3., guix-commits, 2021/11/24
- 62/116: gnu: r-ggfortify: Update to 0.4.13., guix-commits, 2021/11/24
- 65/116: gnu: r-graphlayouts: Update to 0.7.2., guix-commits, 2021/11/24
- 76/116: gnu: r-rcdd: Update to 1.5., guix-commits, 2021/11/24
- 79/116: gnu: r-conquer: Update to 1.2.1.,
guix-commits <=
- 84/116: gnu: r-seqminer: Update to 8.2., guix-commits, 2021/11/24
- 91/116: gnu: r-ragg: Update to 1.2.0., guix-commits, 2021/11/24
- 97/116: gnu: r-tensorflow: Update to 2.7.0., guix-commits, 2021/11/24
- 100/116: gnu: r-paws-common: Update to 0.3.14., guix-commits, 2021/11/24
- 109/116: gnu: r-dt: Update to 0.20., guix-commits, 2021/11/24
- 116/116: gnu: Add r-bsgenome-drerio-ucsc-danrer11., guix-commits, 2021/11/24
- 55/116: gnu: r-gamlss-dist: Update to 6.0-1., guix-commits, 2021/11/24
- 48/116: gnu: r-gmp: Update to 0.6-2.1., guix-commits, 2021/11/24
- 24/116: gnu: r-tinytex: Update to 0.35., guix-commits, 2021/11/24
- 35/116: gnu: r-mosaic: Update to 1.8.3., guix-commits, 2021/11/24