# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='A Wrap Around the DistillerSR APIs' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/distilleR_1.1.0.tar.gz" IUSE="${IUSE-} r_suggests_covr r_suggests_knitr r_suggests_openxlsx r_suggests_rlang r_suggests_rmarkdown r_suggests_roxygen2 r_suggests_testthat" R_SUGGESTS=" r_suggests_covr? ( >=sci-CRAN/covr-3.6.4 ) r_suggests_knitr? ( >=sci-CRAN/knitr-1.0 ) r_suggests_openxlsx? ( >=sci-CRAN/openxlsx-4.2.8 ) r_suggests_rlang? ( >=sci-CRAN/rlang-1.1.4 ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.0 ) r_suggests_roxygen2? ( >=sci-CRAN/roxygen2-7.2.1 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-4.1.0 >=sci-CRAN/glue-1.7.0 >=sci-CRAN/cli-3.6.5 >=sci-CRAN/checkmate-2.3.1 >=sci-CRAN/httr2-1.2.1 >=sci-CRAN/jsonlite-1.8.7 >=sci-CRAN/readr-2.1.5 >=sci-CRAN/readxl-1.4.3 >=sci-CRAN/tibble-3.3.0 >=sci-CRAN/purrr-1.0.2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( '>=sci-CRAN/devtools-2.4.5' '>=sci-CRAN/usethis-2.2.3' )