# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Isolation Forest-Based Presence-... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/itsdm_0.2.2.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_knitr r_suggests_rmarkdown" R_SUGGESTS=" r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) " DEPEND="sci-CRAN/checkmate >=sci-CRAN/stars-0.6.0 sci-CRAN/ncdf4 sci-CRAN/ROCit >=dev-lang/R-3.5.0 sci-CRAN/dplyr sci-CRAN/stringr sci-CRAN/fastshap virtual/mgcv sci-CRAN/outliertree sci-CRAN/patchwork sci-CRAN/sf sci-CRAN/raster sci-CRAN/isotree sci-CRAN/tidyselect sci-CRAN/rlang sci-CRAN/ggplot2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"