[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/55: gnu: r-rsample: Update to 1.0.0.
From: |
guix-commits |
Subject: |
34/55: gnu: r-rsample: Update to 1.0.0. |
Date: |
Fri, 1 Jul 2022 13:04:50 -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
- 20/55: gnu: r-epi: Update to 2.47., (continued)
- 20/55: gnu: r-epi: Update to 2.47., guix-commits, 2022/07/01
- 19/55: gnu: r-strucchange: Update to 1.5-3., guix-commits, 2022/07/01
- 21/55: gnu: r-globals: Update to 0.15.1., guix-commits, 2022/07/01
- 16/55: gnu: r-performance: Update to 0.9.1., guix-commits, 2022/07/01
- 22/55: gnu: r-bookdown: Update to 0.27., guix-commits, 2022/07/01
- 24/55: gnu: r-lintr: Update to 3.0.0., guix-commits, 2022/07/01
- 27/55: gnu: r-fda: Update to 6.0.4., guix-commits, 2022/07/01
- 30/55: gnu: r-hardhat: Update to 1.2.0., guix-commits, 2022/07/01
- 32/55: gnu: r-igraph: Update to 1.3.2., guix-commits, 2022/07/01
- 33/55: gnu: r-lobstr: Update to 1.1.2., guix-commits, 2022/07/01
- 34/55: gnu: r-rsample: Update to 1.0.0.,
guix-commits <=
- 41/55: gnu: r-pkgdown: Update to 2.0.5., guix-commits, 2022/07/01
- 43/55: gnu: r-nlme: Update to 3.1-158., guix-commits, 2022/07/01
- 40/55: gnu: r-downlit: Update to 0.4.1., guix-commits, 2022/07/01
- 47/55: gnu: r-rcpparmadillo: Update to 0.11.2.0.0., guix-commits, 2022/07/01
- 51/55: gnu: r-gtools: Update to 3.9.2.2., guix-commits, 2022/07/01
- 54/55: gnu: r-clubsandwich: Update to 0.5.7., guix-commits, 2022/07/01
- 31/55: gnu: r-flexsurv: Update to 2.2., guix-commits, 2022/07/01
- 38/55: gnu: r-phangorn: Update to 2.9.0., guix-commits, 2022/07/01
- 42/55: gnu: r-spacetime: Update to 1.2-8., guix-commits, 2022/07/01
- 46/55: gnu: r-dbplyr: Update to 2.2.1., guix-commits, 2022/07/01