aboutsummaryrefslogtreecommitdiff
path: root/dev-R
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-06 03:13:41 +0100
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-06 03:22:43 +0100
commitff853f3d7a024e7ca347a4a3276a3c7d3d8d4501 (patch)
treeba3c221159f16ce9d2c8998c0959c7129bf7f9ec /dev-R
parentdev-R/tidyselect: add 1.1.2, drop 1.1.1 (diff)
downloadguru-ff853f3d7a024e7ca347a4a3276a3c7d3d8d4501.tar.gz
guru-ff853f3d7a024e7ca347a4a3276a3c7d3d8d4501.tar.bz2
guru-ff853f3d7a024e7ca347a4a3276a3c7d3d8d4501.zip
dev-R/tibble: add 3.1.6, drop 3.1.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-R')
-rw-r--r--dev-R/tibble/Manifest2
-rw-r--r--dev-R/tibble/tibble-3.1.6.ebuild (renamed from dev-R/tibble/tibble-3.1.2.ebuild)33
2 files changed, 32 insertions, 3 deletions
diff --git a/dev-R/tibble/Manifest b/dev-R/tibble/Manifest
index 921f60548..b46980c79 100644
--- a/dev-R/tibble/Manifest
+++ b/dev-R/tibble/Manifest
@@ -1 +1 @@
-DIST tibble_3.1.2.tar.gz 686145 BLAKE2B 0c3b912e94dab0e1c136b399ceb11d1bb5cfaf5c276e81f262a9e5657caa84c5c094940ab96343f82eba2d4096ae6f6e6fc6f8aa0094088f40ab82ebfae1dd23 SHA512 e0c6bfd360b9b7fef77c6bf1f41c99dedff8a2cfb6e08c4084a4ecf5612e2144713070634d08f111c39ec3274fa692713444f673c0413a74128396dc074dda74
+DIST tibble_3.1.6.tar.gz 739349 BLAKE2B 4184151322420427cf26fa5a4422f04be54e44b5ae997ced412bec73ccde3c15b27c0b51aa3f7197d969f18fbf6d2fc8e30b3ead256670727b839e7b59ed67f8 SHA512 1d46d65607b5fdb1548ecfb040baabee55ff18b14009543e1140c907500932e1f9150371f922ba175015d4b73e2078b3e2d5f944d3a4bf696a06677230b1f193
diff --git a/dev-R/tibble/tibble-3.1.2.ebuild b/dev-R/tibble/tibble-3.1.6.ebuild
index 36c062be0..7750b7034 100644
--- a/dev-R/tibble/tibble-3.1.2.ebuild
+++ b/dev-R/tibble/tibble-3.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -19,7 +19,7 @@ DEPEND="
>=dev-lang/R-3.1.0
>=dev-R/ellipsis-0.3.2
>=dev-R/fansi-0.4.0
- >=dev-R/lifecycle-0.2.0
+ >=dev-R/lifecycle-1.0.0
dev-R/magrittr
>=dev-R/pillar-1.6.0
dev-R/pkgconfig
@@ -27,3 +27,32 @@ DEPEND="
>=dev-R/vctrs-0.3.8
"
RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+ dev-R/bench
+ dev-R/bit64
+ dev-R/blob
+ dev-R/brio
+ dev-R/callr
+ dev-R/cli
+ dev-R/covr
+ >=dev-R/crayon-1.3.4
+ dev-R/DiagrammeR
+ dev-R/dplyr
+ dev-R/evaluate
+ dev-R/formattable
+ dev-R/ggplot2
+ dev-R/hms
+ dev-R/htmltools
+ dev-R/knitr
+ dev-R/lubridate
+ dev-R/mockr
+ dev-R/nycflights13
+ dev-R/pkgbuild
+ dev-R/purrr
+ dev-R/rmarkdown
+ dev-R/stringi
+ >=dev-R/testthat-3.0.2
+ dev-R/tidyr
+ dev-R/withr
+"