dev-R/rlang: add 1.0.3, drop 1.0.2

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-06-28 17:46:31 +02:00
parent cf8924d9a0
commit 5b8ca42154
2 changed files with 1 additions and 1 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
"