# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Conservation Indicators Using Spatial Information' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/GapAnalysis_2.1.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_cowplot r_suggests_devtools r_suggests_ggplot2 r_suggests_ggtext r_suggests_htmltools r_suggests_htmlwidgets r_suggests_kableextra r_suggests_knitr r_suggests_openxlsx r_suggests_remotes r_suggests_rmarkdown r_suggests_sf r_suggests_stringr r_suggests_testthat r_suggests_tidyr" R_SUGGESTS=" r_suggests_cowplot? ( sci-CRAN/cowplot ) r_suggests_devtools? ( sci-CRAN/devtools ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggtext? ( sci-CRAN/ggtext ) r_suggests_htmltools? ( sci-CRAN/htmltools ) r_suggests_htmlwidgets? ( sci-CRAN/htmlwidgets ) r_suggests_kableextra? ( sci-CRAN/kableExtra ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_openxlsx? ( sci-CRAN/openxlsx ) r_suggests_remotes? ( sci-CRAN/remotes ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_sf? ( sci-CRAN/sf ) r_suggests_stringr? ( sci-CRAN/stringr ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidyr? ( sci-CRAN/tidyr ) " DEPEND=">=dev-lang/R-4.3.0 sci-CRAN/dplyr sci-CRAN/dataverse sci-CRAN/leaflet sci-CRAN/terra " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"