# Copyright 1999-2020 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.0.0.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_testthat" R_SUGGESTS="r_suggests_testthat? ( sci-CRAN/testthat )" DEPEND="sci-CRAN/e1071 sci-CRAN/soma sci-CRAN/FNN sci-CRAN/glmnet sci-CRAN/GenSA sci-CRAN/ada sci-CRAN/kernelFactory sci-CRAN/pso sci-CRAN/quadprog virtual/rpart sci-CRAN/NMOF sci-CRAN/AUC sci-CRAN/nnls sci-CRAN/reportr sci-CRAN/ROCR sci-CRAN/genalg sci-CRAN/tabuSearch sci-CRAN/Rmalschains sci-CRAN/randomForest virtual/nnet sci-CRAN/rotationForest " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"