# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='A Simple Interface to the US EPA... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/RAQSAPI_2.0.3.tar.gz" LICENSE='CC0-1.0' IUSE="${IUSE-} r_suggests_covr r_suggests_desc r_suggests_devtools r_suggests_goodpractice r_suggests_knitr r_suggests_markdown r_suggests_rmarkdown r_suggests_roxygen2 r_suggests_spelling r_suggests_testthat r_suggests_usethis" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_desc? ( sci-CRAN/desc ) r_suggests_devtools? ( sci-CRAN/devtools ) r_suggests_goodpractice? ( sci-CRAN/goodpractice ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_markdown? ( sci-CRAN/markdown ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_roxygen2? ( sci-CRAN/roxygen2 ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_usethis? ( sci-CRAN/usethis ) " DEPEND=">=dev-lang/R-4.0.0 sci-CRAN/glue sci-CRAN/dplyr sci-CRAN/jsonlite sci-CRAN/httr sci-CRAN/lubridate sci-CRAN/purrr sci-CRAN/stringr sci-CRAN/tibble sci-CRAN/lifecycle sci-CRAN/magrittr sci-CRAN/rlang " RDEPEND="${DEPEND-} app-text/pandoc ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'sci-CRAN/keyring' )