# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Irucka Embrys Miscellaneous USGS Data Collection' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/ie2miscdata_1.0.4.tar.gz" LICENSE='CC0-1.0' IUSE="${IUSE-} r_suggests_data_table r_suggests_ggplot2 r_suggests_gotop r_suggests_knitr r_suggests_lubridate r_suggests_mgsub r_suggests_reader r_suggests_rmarkdown r_suggests_rvest r_suggests_sf r_suggests_spatstat_geom r_suggests_spelling r_suggests_stringi r_suggests_usa_state_boundaries" R_SUGGESTS=" r_suggests_data_table? ( >=sci-CRAN/data_table-1.10.2 ) r_suggests_ggplot2? ( >=sci-CRAN/ggplot2-3.3.4 ) r_suggests_gotop? ( sci-CRAN/gotop ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lubridate? ( sci-CRAN/lubridate ) r_suggests_mgsub? ( sci-CRAN/mgsub ) r_suggests_reader? ( sci-CRAN/reader ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rvest? ( sci-CRAN/rvest ) r_suggests_sf? ( sci-CRAN/sf ) r_suggests_spatstat_geom? ( sci-CRAN/spatstat_geom ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_stringi? ( sci-CRAN/stringi ) r_suggests_usa_state_boundaries? ( >=sci-CRAN/USA_state_boundaries-1.0.1 ) " DEPEND=">=dev-lang/R-3.5.0" RDEPEND="${DEPEND-} ${R_SUGGESTS-}"