# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Simplify the Creation of Choropleth Maps' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/choroplethr_4.0.0.tar.gz" LICENSE='BSD' IUSE="${IUSE-} r_suggests_choroplethradmin1 r_suggests_choroplethrmaps r_suggests_testthat" R_SUGGESTS=" r_suggests_choroplethradmin1? ( >=sci-CRAN/choroplethrAdmin1-1.1.0 ) r_suggests_choroplethrmaps? ( sci-CRAN/choroplethrMaps ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND="sci-CRAN/xml2 sci-CRAN/RgoogleMaps sci-CRAN/gridExtra sci-CRAN/tidyr sci-CRAN/Hmisc >=dev-lang/R-3.5.0 >=sci-CRAN/ggplot2-2.0.0 sci-CRAN/stringr sci-CRAN/dplyr sci-CRAN/R6 sci-CRAN/WDI sci-CRAN/ggmap >=sci-CRAN/tigris-1.0 sci-CRAN/rvest sci-CRAN/tidycensus " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"