# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Visually Exploring Random Forests' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/ggRandomForests_2.2.1.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_bookdown r_suggests_dplyr r_suggests_knitr r_suggests_lintr r_suggests_mass r_suggests_plot3d r_suggests_rcolorbrewer r_suggests_rmarkdown r_suggests_rmdformats r_suggests_testthat" R_SUGGESTS=" r_suggests_bookdown? ( sci-CRAN/bookdown ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lintr? ( sci-CRAN/lintr ) r_suggests_mass? ( virtual/MASS ) r_suggests_plot3d? ( sci-CRAN/plot3D ) r_suggests_rcolorbrewer? ( sci-CRAN/RColorBrewer ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rmdformats? ( sci-CRAN/rmdformats ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=dev-lang/R-3.5.0 >=sci-CRAN/randomForestSRC-1.5.5 sci-CRAN/tidyr sci-CRAN/randomForest virtual/survival sci-CRAN/ggplot2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"