# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Bounded Outcome Risk Guard for Model Evaluation' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/BORG_0.3.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_caret r_suggests_future_apply r_suggests_ggplot2 r_suggests_knitr r_suggests_leaflet r_suggests_lightgbm r_suggests_mlr3 r_suggests_parsnip r_suggests_ranger r_suggests_recipes r_suggests_rmarkdown r_suggests_rsample r_suggests_sf r_suggests_terra r_suggests_testthat r_suggests_tidyselect r_suggests_tidyterra r_suggests_workflows r_suggests_xgboost" R_SUGGESTS=" r_suggests_caret? ( sci-CRAN/caret ) r_suggests_future_apply? ( sci-CRAN/future_apply ) r_suggests_ggplot2? ( >=sci-CRAN/ggplot2-3.4.0 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_leaflet? ( sci-CRAN/leaflet ) r_suggests_lightgbm? ( sci-CRAN/lightgbm ) r_suggests_mlr3? ( sci-CRAN/mlr3 ) r_suggests_parsnip? ( sci-CRAN/parsnip ) r_suggests_ranger? ( sci-CRAN/ranger ) r_suggests_recipes? ( sci-CRAN/recipes ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rsample? ( sci-CRAN/rsample ) r_suggests_sf? ( sci-CRAN/sf ) r_suggests_terra? ( sci-CRAN/terra ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidyselect? ( sci-CRAN/tidyselect ) r_suggests_tidyterra? ( sci-CRAN/tidyterra ) r_suggests_workflows? ( sci-CRAN/workflows ) r_suggests_xgboost? ( sci-CRAN/xgboost ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/Rcpp " RDEPEND="${DEPEND-} sci-CRAN/Rcpp ${R_SUGGESTS-} "