# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Projection Pursuit Classification Tree Extensions' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/PPtreeExt_0.1.0.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_ggally r_suggests_knitr r_suggests_randomforest r_suggests_rcolorbrewer r_suggests_rmarkdown r_suggests_roxygen2 r_suggests_rpart r_suggests_rsample" R_SUGGESTS=" r_suggests_ggally? ( sci-CRAN/GGally ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_randomforest? ( sci-CRAN/randomForest ) r_suggests_rcolorbrewer? ( sci-CRAN/RColorBrewer ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_roxygen2? ( >=sci-CRAN/roxygen2-7.3.0 ) r_suggests_rpart? ( virtual/rpart ) r_suggests_rsample? ( sci-CRAN/rsample ) " DEPEND=">=dev-lang/R-4.3.0 sci-CRAN/ggplot2 virtual/MASS sci-CRAN/shiny >=sci-CRAN/Rcpp-1.1.0 sci-CRAN/MixSim sci-CRAN/PPtreeViz " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppArmadillo ${R_SUGGESTS-} "