dev-R/tidyr: Add tidyr-1.2.0

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-01 16:24:55 +01:00
parent 99dbc7a654
commit c05cec0c28
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Tidy Messy Data'
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND="
>=dev-R/dplyr-1.0.0
>=dev-R/elipsis-0.1.0
dev-R/glue
dev-R/lifecycle
dev-R/magrittr
dev-R/purrr
dev-R/rlang
>=dev-R/tibble-2.1.1
>=dev-R/tidyselect-1.1.0
>=dev-R/vctrs-0.3.7
>=dev-R/cpp11-0.4.0
"
SUGGESTED_PACKAGES="
dev-R/covr
dev-R/data-table
dev-R/jsonlite
dev-R/knitr
dev-R/readr
>=dev-R/repurrrsive-1.0.0
dev-R/rmarkdown
>=dev-R/testthat-3.0.0
"