[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/73: gnu: r-rsample: Update to 1.0.0.
From: |
guix-commits |
Subject: |
34/73: gnu: r-rsample: Update to 1.0.0. |
Date: |
Sat, 2 Jul 2022 10:55:54 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit dfbca7725fc9da149be45ef84745d29c17df1739
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 1 15:30:07 2022 +0200
gnu: r-rsample: Update to 1.0.0.
* gnu/packages/cran.scm (r-rsample): Update to 1.0.0.
[propagated-inputs]: Remove r-lifecycle; add r-glue and r-pillar.
---
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 ced5af91eb..5182cdfc3a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28612,14 +28612,14 @@ pipeline friendly so that data processing with lists
can be chained.")
(define-public r-rsample
(package
(name "r-rsample")
- (version "0.1.1")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rsample" version))
(sha256
(base32
- "01xwhj4zfvxbv9cjb6mbz3aphxqc3cnjjx1xy2yx2wd94fbka42z"))))
+ "0n3pzjxdb6s0cbpalhi1sjba6ifrvjjb448dczvryrqjk7pqvby5"))))
(properties `((upstream-name . "rsample")))
(build-system r-build-system)
(propagated-inputs
@@ -28627,7 +28627,8 @@ pipeline friendly so that data processing with lists
can be chained.")
r-ellipsis
r-furrr
r-generics
- r-lifecycle
+ r-glue
+ r-pillar
r-purrr
r-rlang
r-slider
- 72/73: gnu: r-tcgabiolinks: Update to 2.24.3., (continued)
- 72/73: gnu: r-tcgabiolinks: Update to 2.24.3., guix-commits, 2022/07/02
- 73/73: gnu: r-with-tests: Update to 4.2.1., guix-commits, 2022/07/02
- 35/73: gnu: r-dials: Update to 1.0.0., guix-commits, 2022/07/02
- 42/73: gnu: r-spacetime: Update to 1.2-8., guix-commits, 2022/07/02
- 39/73: gnu: r-clustree: Update to 0.5.0., guix-commits, 2022/07/02
- 54/73: gnu: r-clubsandwich: Update to 0.5.7., guix-commits, 2022/07/02
- 48/73: gnu: r-r-methodss3: Update to 1.8.2., guix-commits, 2022/07/02
- 53/73: gnu: r-ranger: Update to 0.14.1., guix-commits, 2022/07/02
- 60/73: gnu: r-simplifyenrichment: Update to 1.6.1., guix-commits, 2022/07/02
- 31/73: gnu: r-flexsurv: Update to 2.2., guix-commits, 2022/07/02
- 34/73: gnu: r-rsample: Update to 1.0.0.,
guix-commits <=
- 46/73: gnu: r-dbplyr: Update to 2.2.1., guix-commits, 2022/07/02
- 47/73: gnu: r-rcpparmadillo: Update to 0.11.2.0.0., guix-commits, 2022/07/02
- 41/73: gnu: r-pkgdown: Update to 2.0.5., guix-commits, 2022/07/02
- 50/73: gnu: r-r-rsp: Update to 0.45.0., guix-commits, 2022/07/02
- 52/73: gnu: r-car: Update to 3.1-0., guix-commits, 2022/07/02
- 57/73: gnu: r-limma: Update to 3.52.2., guix-commits, 2022/07/02
- 56/73: gnu: r-ensembldb: Update to 2.20.2., guix-commits, 2022/07/02
- 62/73: gnu: r-matrixgenerics: Update to 1.8.1., guix-commits, 2022/07/02
- 64/73: gnu: r-clusterprofiler: Update to 4.4.4., guix-commits, 2022/07/02
- 70/73: gnu: r-bgeedb: Update to 2.22.3., guix-commits, 2022/07/02