dev-R/roxygen2: add 7.2.0, drop 7.1.2

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-14 15:28:24 +02:00
parent 93f7472360
commit fb12540bdc
2 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,44 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='In-Line Documentation for R'
HOMEPAGE="
https://cran.r-project.org/package=roxygen2
https://roxygen2.r-lib.org/
https://github.com/r-lib/roxygen2
"
KEYWORDS="~amd64"
LICENSE='GPL-2+'
DEPEND="
>=dev-lang/R-3.3
dev-R/brew
>=dev-R/cli-3.3.0
dev-R/commonmark
dev-R/cpp11
>=dev-R/desc-1.2.0
dev-R/digest
dev-R/knitr
>=dev-R/pkgload-1.0.2
>=dev-R/purrr-0.3.3
>=dev-R/R6-2.1.2
>=dev-R/rlang-1.0.0
dev-R/stringi
>=dev-R/stringr-1.0.0
dev-R/withr
dev-R/xml2
"
RDEPEND="${DEPEND}"
SUGGESTED_PACKAGES="
dev-R/covr
dev-R/rmarkdown
>=dev-R/testthat-2.1.0
dev-R/R-methodsS3
dev-R/R-oo
"