# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='R to Symbolic Data Analysis' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/RSDA_3.0.12.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_knitr r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-2.1.0 ) " DEPEND="sci-CRAN/ggplot2 sci-CRAN/randomcoloR virtual/rpart sci-CRAN/princurve sci-CRAN/neuralnet sci-CRAN/readr >=dev-lang/R-3.4 sci-CRAN/forcats sci-CRAN/purrr sci-CRAN/sqldf >=sci-CRAN/rlang-0.4.5 sci-CRAN/reshape sci-CRAN/kknn sci-CRAN/magrittr sci-CRAN/XML sci-CRAN/FactoMineR >=sci-CRAN/vctrs-0.2.4 sci-CRAN/scales sci-CRAN/tidyselect sci-CRAN/e1071 sci-CRAN/RJSONIO sci-CRAN/ggpolypath sci-CRAN/nloptr sci-CRAN/gbm sci-CRAN/glmnet >=sci-CRAN/dplyr-0.8.5 sci-CRAN/stringr >=sci-CRAN/tibble-3.0.0 sci-CRAN/randomForest " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"