[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/74: gnu: r-rsample: Update to 1.0.0.
From: |
guix-commits |
Subject: |
34/74: gnu: r-rsample: Update to 1.0.0. |
Date: |
Sat, 2 Jul 2022 18:00:36 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 1c01ab0a841a99f0f0d2a0e85af2632d40a33173
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
- 10/74: gnu: r-qap: Update to 0.1-2., (continued)
- 10/74: gnu: r-qap: Update to 0.1-2., guix-commits, 2022/07/02
- 11/74: gnu: r-tinytex: Update to 0.40., guix-commits, 2022/07/02
- 15/74: gnu: r-emmeans: Update to 1.7.5., guix-commits, 2022/07/02
- 16/74: gnu: r-performance: Update to 0.9.1., guix-commits, 2022/07/02
- 22/74: gnu: r-bookdown: Update to 0.27., guix-commits, 2022/07/02
- 24/74: gnu: r-lintr: Update to 3.0.0., guix-commits, 2022/07/02
- 25/74: gnu: r-dalex: Update to 2.4.2., guix-commits, 2022/07/02
- 26/74: gnu: r-r-devices: Update to 2.17.1., guix-commits, 2022/07/02
- 27/74: gnu: r-fda: Update to 6.0.4., guix-commits, 2022/07/02
- 35/74: gnu: r-dials: Update to 1.0.0., guix-commits, 2022/07/02
- 34/74: gnu: r-rsample: Update to 1.0.0.,
guix-commits <=
- 12/74: gnu: r-itsadug: Update to 2.4.1., guix-commits, 2022/07/02
- 36/74: gnu: r-tidyposterior: Update to 1.0.0., guix-commits, 2022/07/02
- 52/74: gnu: r-car: Update to 3.1-0., guix-commits, 2022/07/02
- 59/74: gnu: r-rtracklayer: Update to 1.56.1., guix-commits, 2022/07/02
- 62/74: gnu: r-matrixgenerics: Update to 1.8.1., guix-commits, 2022/07/02
- 29/74: gnu: r-packrat: Update to 0.8.1., guix-commits, 2022/07/02
- 20/74: gnu: r-epi: Update to 2.47., guix-commits, 2022/07/02
- 30/74: gnu: r-hardhat: Update to 1.2.0., guix-commits, 2022/07/02
- 37/74: gnu: r-parsnip: Update to 1.0.0., guix-commits, 2022/07/02
- 42/74: gnu: r-spacetime: Update to 1.2-8., guix-commits, 2022/07/02