# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Multiple-Instance Logistic Regre... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/milr_0.3.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_data_table r_suggests_ggplot2 r_suggests_hmisc r_suggests_knitr r_suggests_plyr r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_data_table? ( sci-CRAN/data_table ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_hmisc? ( sci-CRAN/Hmisc ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_plyr? ( sci-CRAN/plyr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=dev-lang/R-3.2.3 sci-CRAN/RcppParallel >=sci-CRAN/Rcpp-0.12.0 >=sci-CRAN/pipeR-0.5 sci-CRAN/glmnet sci-CRAN/numDeriv " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppArmadillo sci-CRAN/RcppParallel ${R_SUGGESTS-} "