# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Build, Deploy and Evaluate Hybrid Ensembles' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/hybridEnsemble_1.7.8.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_testthat" R_SUGGESTS="r_suggests_testthat? ( sci-CRAN/testthat )" DEPEND="virtual/nnet sci-CRAN/genalg sci-CRAN/tabuSearch sci-CRAN/FNN sci-CRAN/NMOF sci-CRAN/doParallel sci-CRAN/rotationForest sci-CRAN/Rmalschains sci-CRAN/pso sci-CRAN/reportr sci-CRAN/quadprog sci-CRAN/glmnet sci-CRAN/AUC sci-CRAN/foreach sci-CRAN/randomForest sci-CRAN/ada sci-CRAN/ROCR sci-CRAN/kernelFactory sci-CRAN/e1071 virtual/rpart sci-CRAN/GenSA sci-CRAN/soma sci-CRAN/nnls " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"