# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Spatial and Taxonomic Data Utili... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/datamuseum_0.1.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_ggplot2 r_suggests_googlesheets4 r_suggests_knitr r_suggests_lubridate r_suggests_maps r_suggests_r_utils r_suggests_rmarkdown r_suggests_rnaturalearthdata r_suggests_tidyr" R_SUGGESTS=" r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_googlesheets4? ( sci-CRAN/googlesheets4 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lubridate? ( sci-CRAN/lubridate ) r_suggests_maps? ( sci-CRAN/maps ) r_suggests_r_utils? ( sci-CRAN/R_utils ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rnaturalearthdata? ( sci-CRAN/rnaturalearthdata ) r_suggests_tidyr? ( sci-CRAN/tidyr ) " DEPEND="sci-CRAN/sf sci-CRAN/furrr sci-CRAN/future >=dev-lang/R-4.1.0 sci-CRAN/rgbif sci-CRAN/rlang sci-CRAN/stringr sci-CRAN/taxize sci-CRAN/dplyr sci-CRAN/memoise sci-CRAN/cachem sci-CRAN/rnaturalearth sci-CRAN/tibble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"