# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='n-Gram Text Regression, aka Conc... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/textreg_0.1.5.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_corrplot r_suggests_knitr r_suggests_plyr r_suggests_rmarkdown r_suggests_snowballc r_suggests_testthat r_suggests_xtable" R_SUGGESTS=" r_suggests_corrplot? ( sci-CRAN/corrplot ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_plyr? ( sci-CRAN/plyr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_snowballc? ( >=sci-CRAN/SnowballC-0.5.1 ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_xtable? ( sci-CRAN/xtable ) " DEPEND=">=sci-CRAN/NLP-0.1.10 >=sci-CRAN/tm-0.7 >=sci-CRAN/Rcpp-0.12.9 " RDEPEND="${DEPEND-} sci-CRAN/Rcpp ${R_SUGGESTS-} "