[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/105: gnu: r-tidyselect: Update to 1.0.0.
From: |
guix-commits |
Subject: |
35/105: gnu: r-tidyselect: Update to 1.0.0. |
Date: |
Wed, 19 Feb 2020 15:47:54 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit d6d08891f440a056c6faa2c8ae117bb4748c658a
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 21:01:33 2020 +0100
gnu: r-tidyselect: Update to 1.0.0.
* gnu/packages/statistics.scm (r-tidyselect): Update to 1.0.0.
[propagated-inputs]: Add r-ellipsis and r-vctrs; remove r-rcpp.
---
gnu/packages/statistics.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4583ca3..a0122b2 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3649,20 +3649,21 @@ more complete @code{viridis} package.")
(define-public r-tidyselect
(package
(name "r-tidyselect")
- (version "0.2.5")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidyselect" version))
(sha256
(base32
- "0x3cp36byhfjajikr1lwffjm85ayw3bcs7d7kb0cydgs61ifiqjw"))))
+ "1bwwsljkg1bxh7xnqxv7n0n1s9y8x407i6lsv826vy1ss1k1fxpy"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-glue" ,r-glue)
+ `(("r-ellipsis" ,r-ellipsis)
+ ("r-glue" ,r-glue)
("r-purrr" ,r-purrr)
- ("r-rcpp" ,r-rcpp)
- ("r-rlang" ,r-rlang)))
+ ("r-rlang" ,r-rlang)
+ ("r-vctrs" ,r-vctrs)))
(home-page "https://cran.r-project.org/web/packages/tidyselect")
(synopsis "Select from a set of strings")
(description
- 19/105: gnu: r-rcpparmadillo: Update to 0.9.850.1.0., (continued)
- 19/105: gnu: r-rcpparmadillo: Update to 0.9.850.1.0., guix-commits, 2020/02/19
- 23/105: gnu: r-plotly: Update to 4.9.2., guix-commits, 2020/02/19
- 24/105: gnu: r-hmisc: Update to 4.3-1., guix-commits, 2020/02/19
- 26/105: gnu: r-statmod: Update to 1.4.34., guix-commits, 2020/02/19
- 29/105: gnu: r-rcppprogress: Update to 0.4.2., guix-commits, 2020/02/19
- 31/105: gnu: r-sn: Update to 1.5-5., guix-commits, 2020/02/19
- 17/105: gnu: r-rstudioapi: Update to 0.11., guix-commits, 2020/02/19
- 22/105: gnu: r-r-methodss3: Update to 1.8.0., guix-commits, 2020/02/19
- 30/105: gnu: r-mnormt: Update to 1.5-6., guix-commits, 2020/02/19
- 27/105: gnu: r-trimcluster: Update to 0.1-5., guix-commits, 2020/02/19
- 35/105: gnu: r-tidyselect: Update to 1.0.0.,
guix-commits <=
- 37/105: gnu: r-mixtools: Update to 1.2.0., guix-commits, 2020/02/19
- 34/105: gnu: r-ade4: Update to 1.7-15., guix-commits, 2020/02/19
- 25/105: gnu: r-sfsmisc: Update to 1.1-5., guix-commits, 2020/02/19
- 33/105: gnu: r-dplyr: Update to 0.8.4., guix-commits, 2020/02/19
- 39/105: gnu: r-jsonlite: Update to 1.6.1., guix-commits, 2020/02/19
- 40/105: gnu: r-mapproj: Update to 1.2.7., guix-commits, 2020/02/19
- 41/105: gnu: r-rgooglemaps: Update to 1.4.5.3., guix-commits, 2020/02/19
- 42/105: gnu: r-ps: Update to 1.3.2., guix-commits, 2020/02/19
- 16/105: gnu: r-checkmate: Update to 2.0.0., guix-commits, 2020/02/19
- 38/105: gnu: r-callr: Update to 3.4.2., guix-commits, 2020/02/19