# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Hydrologic Station Catalogs and ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/hydrodownloadR_0.1.3.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_cachem r_suggests_curl r_suggests_memoise r_suggests_odbc r_suggests_purrr r_suggests_readr r_suggests_readxl r_suggests_rvest r_suggests_testthat r_suggests_tidyr r_suggests_tidyselect r_suggests_writexl r_suggests_xml2" R_SUGGESTS=" r_suggests_cachem? ( sci-CRAN/cachem ) r_suggests_curl? ( sci-CRAN/curl ) r_suggests_memoise? ( sci-CRAN/memoise ) r_suggests_odbc? ( sci-CRAN/odbc ) r_suggests_purrr? ( sci-CRAN/purrr ) r_suggests_readr? ( sci-CRAN/readr ) r_suggests_readxl? ( sci-CRAN/readxl ) r_suggests_rvest? ( sci-CRAN/rvest ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidyr? ( sci-CRAN/tidyr ) r_suggests_tidyselect? ( sci-CRAN/tidyselect ) r_suggests_writexl? ( sci-CRAN/writexl ) r_suggests_xml2? ( sci-CRAN/xml2 ) " DEPEND="sci-CRAN/rlang sci-CRAN/RSQLite sci-CRAN/cli sci-CRAN/sf sci-CRAN/dataRetrieval sci-CRAN/DBI sci-CRAN/dplyr sci-CRAN/httr sci-CRAN/ratelimitr sci-CRAN/magrittr sci-CRAN/pdftools sci-CRAN/progress >=dev-lang/R-4.1.0 sci-CRAN/lubridate sci-CRAN/jsonlite sci-CRAN/cellranger sci-CRAN/httr2 sci-CRAN/tibble sci-CRAN/rappdirs sci-CRAN/stringi sci-CRAN/stringr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"