[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/57: gnu: r-readr: Update to 2.0.0.
From: |
guix-commits |
Subject: |
54/57: gnu: r-readr: Update to 2.0.0. |
Date: |
Mon, 26 Jul 2021 09:39:35 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 71735f83fbbdf0c3ce4e7159c0f7ba9f1efee0f5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 15:19:15 2021 +0200
gnu: r-readr: Update to 2.0.0.
* gnu/packages/statistics.scm (r-readr): Update to 2.0.0.
[propagated-inputs]: Remove r-bh; add r-tzdb and r-vroom.
---
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 ee77898..ed9236b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2554,13 +2554,13 @@ time-of-day values, based on the @code{difftime}
class.")
(define-public r-readr
(package
(name "r-readr")
- (version "1.4.0")
+ (version "2.0.0")
(source (origin
(method url-fetch)
(uri (cran-uri "readr" version))
(sha256
(base32
- "1fa67h4l9d30ig460xizgzl115i9pm3bk9dvsbrw6awbmf51ic82"))))
+ "1738nccg0msrhmzsasp19i0dpqi3m1nqbbg3nf1iiyp0mqc1dl8r"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cli" ,r-cli)
@@ -2572,7 +2572,8 @@ time-of-day values, based on the @code{difftime} class.")
("r-tibble" ,r-tibble)
("r-r6" ,r-r6)
("r-rlang" ,r-rlang)
- ("r-bh" ,r-bh)))
+ ("r-tzdb" ,r-tzdb)
+ ("r-vroom" ,r-vroom)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/hadley/readr")
- 46/57: gnu: r-lpme: Update to 1.1.2., (continued)
- 46/57: gnu: r-lpme: Update to 1.1.2., guix-commits, 2021/07/26
- 47/57: gnu: r-mlr3misc: Update to 0.9.3., guix-commits, 2021/07/26
- 48/57: gnu: r-readtext: Update to 0.81., guix-commits, 2021/07/26
- 53/57: gnu: r-tibble: Update to 3.1.3., guix-commits, 2021/07/26
- 57/57: gnu: r-ranger: Update to 0.13.1., guix-commits, 2021/07/26
- 45/57: gnu: r-phangorn: Update to 2.7.1., guix-commits, 2021/07/26
- 49/57: gnu: r-tzdb: Update to 0.1.2., guix-commits, 2021/07/26
- 50/57: gnu: r-vroom: Update to 1.5.3., guix-commits, 2021/07/26
- 51/57: gnu: r-stringi: Update to 1.7.3., guix-commits, 2021/07/26
- 52/57: gnu: r-pryr: Update to 0.1.5., guix-commits, 2021/07/26
- 54/57: gnu: r-readr: Update to 2.0.0.,
guix-commits <=
- 55/57: gnu: r-rcpparmadillo: Update to 0.10.6.0.0., guix-commits, 2021/07/26
- 56/57: gnu: r-blob: Update to 1.2.2., guix-commits, 2021/07/26