# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Strategy Estimation' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/stratEst_1.1.6.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_diagrammer r_suggests_diagrammersvg r_suggests_spelling r_suggests_testthat" R_SUGGESTS=" r_suggests_diagrammer? ( >=sci-CRAN/DiagrammeR-1.0.6.1 ) r_suggests_diagrammersvg? ( >=sci-CRAN/DiagrammeRsvg-0.1 ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=dev-lang/R-3.5 >=sci-CRAN/Rcpp-0.12.18 " RDEPEND="${DEPEND-} sci-CRAN/Rcpp >=sci-CRAN/RcppArmadillo-0.9.900.0.0 ${R_SUGGESTS-} "