# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Functional Machine Learning Framework' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/funcml_0.7.1.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_ggfittext r_suggests_gggenes r_suggests_knitr r_suggests_rmarkdown r_suggests_roxygen2 r_suggests_testthat" R_SUGGESTS=" r_suggests_ggfittext? ( sci-CRAN/ggfittext ) r_suggests_gggenes? ( sci-CRAN/gggenes ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_roxygen2? ( sci-CRAN/roxygen2 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.1.0 ) " DEPEND="sci-CRAN/ranger virtual/mgcv sci-CRAN/e1071 sci-CRAN/randomForest sci-CRAN/kknn sci-CRAN/earth sci-CRAN/mda sci-CRAN/xgboost sci-CRAN/lightgbm sci-CRAN/ggplot2 virtual/nnet >=dev-lang/R-3.5.0 sci-CRAN/functionals sci-CRAN/glmnet sci-CRAN/C50 virtual/MASS sci-CRAN/partykit sci-CRAN/dbarts sci-CRAN/naivebayes sci-CRAN/gbm sci-CRAN/shapviz virtual/rpart sci-CRAN/ada sci-CRAN/pls " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"