[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
194/212: gnu: r-dplyr: Update to 1.1.0.
From: |
guix-commits |
Subject: |
194/212: gnu: r-dplyr: Update to 1.1.0. |
Date: |
Sat, 18 Feb 2023 14:01:26 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 6bc3870edd2c0171f12bf231c6ceaecdb5f52c9d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:09:08 2023 +0100
gnu: r-dplyr: Update to 1.1.0.
* gnu/packages/statistics.scm (r-dplyr): Update to 1.1.0.
[propagated-inputs]: Add r-cli.
---
gnu/packages/statistics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 69a8f3c01f..fa363caf59 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1811,16 +1811,17 @@ and printing capabilities than traditional data
frames.")
(define-public r-dplyr
(package
(name "r-dplyr")
- (version "1.0.10")
+ (version "1.1.0")
(source (origin
(method url-fetch)
(uri (cran-uri "dplyr" version))
(sha256
(base32
- "0aqggs0gk95b326gzqjab8i27cna1hzik3zi5l2kkr5l4zv3kdis"))))
+ "1msfp29lbddwdv8ibc2nkan0g1g4y4w5fws6802v6h6x95g57c4c"))))
(build-system r-build-system)
(propagated-inputs
- (list r-generics
+ (list r-cli
+ r-generics
r-glue
r-lifecycle
r-magrittr
- 171/212: gnu: r-paws-application-integration: Update to 0.2.0., (continued)
- 171/212: gnu: r-paws-application-integration: Update to 0.2.0., guix-commits, 2023/02/18
- 172/212: gnu: r-paws-security-identity: Update to 0.2.0., guix-commits, 2023/02/18
- 177/212: gnu: r-paws-storage: Update to 0.2.0., guix-commits, 2023/02/18
- 179/212: gnu: r-mass: Update to 7.3-58.2., guix-commits, 2023/02/18
- 182/212: gnu: r-nlme: Update to 3.1-162., guix-commits, 2023/02/18
- 188/212: gnu: r-evaluate: Update to 0.20., guix-commits, 2023/02/18
- 185/212: gnu: r-gdtools: Update to 0.3.0., guix-commits, 2023/02/18
- 189/212: gnu: r-formatr: Update to 1.14., guix-commits, 2023/02/18
- 190/212: gnu: r-markdown: Update to 1.5., guix-commits, 2023/02/18
- 187/212: gnu: r-bh: Update to 1.81.0-1., guix-commits, 2023/02/18
- 194/212: gnu: r-dplyr: Update to 1.1.0.,
guix-commits <=
- 195/212: gnu: r-dbplyr: Update to 2.3.0., guix-commits, 2023/02/18
- 196/212: gnu: r-chron: Update to 2.3-59., guix-commits, 2023/02/18
- 197/212: gnu: r-ade4: Update to 1.7-22., guix-commits, 2023/02/18
- 198/212: gnu: r-git2r: Update to 0.31.0., guix-commits, 2023/02/18
- 200/212: gnu: r-rmarkdown: Update to 2.20., guix-commits, 2023/02/18
- 207/212: gnu: r-sourcetools: Update to 0.1.7-1., guix-commits, 2023/02/18
- 24/212: gnu: r-colorspace: Update to 2.1-0., guix-commits, 2023/02/18