dev-R/rlang: add 1.0.2, drop 0.4.11

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-06 03:08:03 +01:00
parent b756154369
commit 331c9e23a1
2 changed files with 20 additions and 3 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='Functions for Base Types and Core R and Tidyverse Features'
LICENSE='GPL-3'
HOMEPAGE="
https://rlang.r-lib.org
https://github.com/r-lib/rlang
https://cran.r-project.org/package=rlang
"
KEYWORDS="~amd64"
DEPEND=">=dev-lang/R-3.4.0"
RDEPEND="${DEPEND}"
SUGGESTED_PACKAGES="
>=dev-R/cli-3.1.0
dev-R/covr
dev-R/crayon
dev-R/fs
dev-R/glue
dev-R/knitr
dev-R/magrittr
dev-R/pillar
dev-R/rmarkdown
>=dev-R/testthat-3.0.0
dev-R/tibble
dev-R/usethis
>=dev-R/vctrs-0.2.3
dev-R/withr
"