# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='roxygen2-Style Metadata for Test... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/roxyreqs_1.3.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_spelling r_suggests_xml2" R_SUGGESTS=" r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_xml2? ( sci-CRAN/xml2 ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/R6 sci-CRAN/brio sci-CRAN/rlang sci-CRAN/cli >=sci-CRAN/roxygen2-7.0.0 sci-CRAN/stringr >=sci-CRAN/testthat-3.2.0 sci-CRAN/withr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"