# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Harmonized Access to NHANES Survey Data' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/nhanesdata_0.2.2.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_cli r_suggests_curl r_suggests_devtools r_suggests_fs r_suggests_ggplot2 r_suggests_httptest2 r_suggests_janitor r_suggests_jsonlite r_suggests_knitr r_suggests_paws_storage r_suggests_purrr r_suggests_reactable r_suggests_rmarkdown r_suggests_roxygen2 r_suggests_testthat r_suggests_withr r_suggests_yaml" R_SUGGESTS=" r_suggests_cli? ( sci-CRAN/cli ) r_suggests_curl? ( sci-CRAN/curl ) r_suggests_devtools? ( sci-CRAN/devtools ) r_suggests_fs? ( sci-CRAN/fs ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_httptest2? ( sci-CRAN/httptest2 ) r_suggests_janitor? ( sci-CRAN/janitor ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_paws_storage? ( sci-CRAN/paws_storage ) r_suggests_purrr? ( sci-CRAN/purrr ) r_suggests_reactable? ( sci-CRAN/reactable ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_roxygen2? ( sci-CRAN/roxygen2 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_withr? ( sci-CRAN/withr ) r_suggests_yaml? ( sci-CRAN/yaml ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/rlang sci-CRAN/arrow sci-CRAN/nhanesA sci-CRAN/dplyr sci-CRAN/scales sci-CRAN/stringr sci-CRAN/srvyr sci-CRAN/tibble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"