# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Join World Bank Data, Country Co... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/countryatlas_1.0.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_biscale r_suggests_cartogram r_suggests_class r_suggests_covr r_suggests_geofacet r_suggests_gganimate r_suggests_ggiraph r_suggests_ggrepel r_suggests_knitr r_suggests_leaflet r_suggests_maps r_suggests_plotly r_suggests_rmapshaper r_suggests_rmarkdown r_suggests_rnaturalearth r_suggests_rnaturalearthdata r_suggests_scales r_suggests_sf r_suggests_stringdist r_suggests_testthat" R_SUGGESTS=" r_suggests_biscale? ( sci-CRAN/biscale ) r_suggests_cartogram? ( sci-CRAN/cartogram ) r_suggests_class? ( virtual/class ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_geofacet? ( sci-CRAN/geofacet ) r_suggests_gganimate? ( sci-CRAN/gganimate ) r_suggests_ggiraph? ( sci-CRAN/ggiraph ) r_suggests_ggrepel? ( sci-CRAN/ggrepel ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_leaflet? ( sci-CRAN/leaflet ) r_suggests_maps? ( sci-CRAN/maps ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_rmapshaper? ( sci-CRAN/rmapshaper ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rnaturalearth? ( sci-CRAN/rnaturalearth ) r_suggests_rnaturalearthdata? ( sci-CRAN/rnaturalearthdata ) r_suggests_scales? ( sci-CRAN/scales ) r_suggests_sf? ( sci-CRAN/sf ) r_suggests_stringdist? ( sci-CRAN/stringdist ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/cli sci-CRAN/dplyr sci-CRAN/countrycode sci-CRAN/ggplot2 sci-CRAN/memoise sci-CRAN/rlang sci-CRAN/tibble sci-CRAN/tidyr sci-CRAN/WDI " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"