# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit R-packages

DESCRIPTION='High Dimensional Geometry, Set O... (see metadata)'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/hypervolume_3.1.3.tar.gz"
LICENSE='GPL-3'

IUSE="${IUSE-} r_suggests_alphahull r_suggests_gridextra r_suggests_knitr
	r_suggests_magick r_suggests_rgl r_suggests_rmarkdown"
R_SUGGESTS="
	r_suggests_alphahull? ( sci-CRAN/alphahull )
	r_suggests_gridextra? ( sci-CRAN/gridExtra )
	r_suggests_knitr? ( sci-CRAN/knitr )
	r_suggests_magick? ( sci-CRAN/magick )
	r_suggests_rgl? ( sci-CRAN/rgl )
	r_suggests_rmarkdown? ( sci-CRAN/rmarkdown )
"
DEPEND="sci-CRAN/caret
	virtual/MASS
	sci-CRAN/hitandrun
	sci-CRAN/progress
	sci-CRAN/geometry
	sci-CRAN/mvtnorm
	sci-CRAN/pbapply
	sci-CRAN/palmerpenguins
	sci-CRAN/maps
	sci-CRAN/ks
	sci-CRAN/data_table
	sci-CRAN/Rcpp
	>=dev-lang/R-3.5.0
	sci-CRAN/e1071
	sci-CRAN/terra
	sci-CRAN/foreach
	sci-CRAN/doParallel
	sci-CRAN/raster
	sci-CRAN/pdist
	sci-CRAN/sp
	sci-CRAN/dplyr
	virtual/cluster
	sci-CRAN/ggplot2
	sci-CRAN/purrr
"
RDEPEND="${DEPEND-}
	sci-CRAN/Rcpp
	sci-CRAN/progress
	sci-CRAN/RcppArmadillo
	${R_SUGGESTS-}
"