[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
204/212: gnu: r-tidyr: Update to 1.3.0.
From: |
guix-commits |
Subject: |
204/212: gnu: r-tidyr: Update to 1.3.0. |
Date: |
Sat, 18 Feb 2023 14:01:27 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit b22011d2f41381a82f0efeaa6b2096793634cc83
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:09:10 2023 +0100
gnu: r-tidyr: Update to 1.3.0.
* gnu/packages/statistics.scm (r-tidyr): Update to 1.3.0.
[propagated-inputs]: Remove r-ellipsis; add r-cli and r-stringr.
---
gnu/packages/statistics.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 980173f399..63d2dbd51c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4259,24 +4259,25 @@ selection.")
(define-public r-tidyr
(package
(name "r-tidyr")
- (version "1.2.1")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidyr" version))
(sha256
(base32
- "1bv1rvnbbfdqf78qfbawq3yxjhjfdy0mgcla6b17bp336rnpcwb9"))))
+ "178a9sb07rph4mh7cz004ls0g7d4b7jk065m4ycfrlzxcs9jnlwd"))))
(build-system r-build-system)
(propagated-inputs
- (list r-cpp11
+ (list r-cli
+ r-cpp11
r-dplyr
- r-ellipsis
r-magrittr
r-glue
r-lifecycle
r-purrr
r-rlang
+ r-stringr
r-tidyselect
r-tibble
r-vctrs))
- 180/212: gnu: r-class: Update to 7.3-21., (continued)
- 180/212: gnu: r-class: Update to 7.3-21., guix-commits, 2023/02/18
- 183/212: gnu: r-spatial: Update to 7.3-16., guix-commits, 2023/02/18
- 184/212: gnu: r-stringi: Update to 1.7.12., guix-commits, 2023/02/18
- 186/212: gnu: r-svglite: Update to 2.1.1., guix-commits, 2023/02/18
- 191/212: gnu: r-yaml: Update to 2.3.7., guix-commits, 2023/02/18
- 192/212: gnu: r-knitr: Update to 1.42., guix-commits, 2023/02/18
- 199/212: gnu: r-rcpparmadillo: Update to 0.11.4.3.1., guix-commits, 2023/02/18
- 201/212: gnu: r-rcurl: Update to 1.98-1.10., guix-commits, 2023/02/18
- 202/212: gnu: r-pkgmaker: Update to 0.32.7., guix-commits, 2023/02/18
- 203/212: gnu: r-e1071: Update to 1.7-13., guix-commits, 2023/02/18
- 204/212: gnu: r-tidyr: Update to 1.3.0.,
guix-commits <=
- 205/212: gnu: r-purrr: Update to 1.0.1., guix-commits, 2023/02/18
- 208/212: gnu: r-pbapply: Update to 1.7-0., guix-commits, 2023/02/18
- 209/212: gnu: r-pbkrtest: Update to 0.5.2., guix-commits, 2023/02/18
- 210/212: gnu: r-lubridate: Update to 1.9.1., guix-commits, 2023/02/18
- 211/212: gnu: r-forcats: Update to 1.0.0., guix-commits, 2023/02/18
- 20/212: gnu: r-httpuv: Update to 1.6.8., guix-commits, 2023/02/18
- 31/212: gnu: r-rpostgres: Update to 1.4.5., guix-commits, 2023/02/18
- 59/212: gnu: r-officer: Update to 0.5.2., guix-commits, 2023/02/18
- 54/212: gnu: r-bibtex: Update to 0.5.1., guix-commits, 2023/02/18
- 64/212: gnu: r-gam: Update to 1.22-1., guix-commits, 2023/02/18