# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Dimension Reduction Methods for ... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/BigVAR_1.1.2.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_codetools r_suggests_expm r_suggests_gridextra r_suggests_knitr r_suggests_mcs r_suggests_quantmod r_suggests_rmarkdown" R_SUGGESTS=" r_suggests_codetools? ( virtual/codetools ) r_suggests_expm? ( sci-CRAN/expm ) r_suggests_gridextra? ( sci-CRAN/gridExtra ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_mcs? ( sci-CRAN/MCS ) r_suggests_quantmod? ( sci-CRAN/quantmod ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) " DEPEND="virtual/MASS virtual/lattice sci-CRAN/Rcpp sci-CRAN/zoo >=dev-lang/R-3.5.0 sci-CRAN/abind " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppEigen sci-CRAN/RcppArmadillo ${R_SUGGESTS-} "