# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Robust Systematic Conservation Prioritization' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/robust.prioritizr_1.1.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_highs r_suggests_knitr r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_highs? ( >=sci-CRAN/highs-1.10.0.3 ) r_suggests_knitr? ( >=sci-CRAN/knitr-1.50 ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.29 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.1.0 ) " DEPEND=">=sci-CRAN/units-0.8.7 >=sci-CRAN/R6-2.5.1 >=dev-lang/R-4.1.0 >=sci-CRAN/Rcpp-1.0.7 >=sci-CRAN/rlang-1.1.0 >=sci-CRAN/cli-3.6.0 >=sci-CRAN/assertthat-0.2.0 >=sci-CRAN/terra-1.8.54 >=sci-CRAN/sf-1.0.12 >=sci-CRAN/prioritizr-8.1.0 >=sci-CRAN/tibble-2.0.0 " RDEPEND="${DEPEND-} >=sci-CRAN/Rcpp-1.0.7 >=sci-CRAN/RcppArmadillo-0.10.7.3.0 ${R_SUGGESTS-} "