# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Automated Test Assembly for Mult... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/mstATA_0.1.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_ggformula r_suggests_ggpubr r_suggests_glpk r_suggests_highs r_suggests_irtq r_suggests_kableextra r_suggests_knitr r_suggests_lpsolveapi r_suggests_mstr r_suggests_numderiv r_suggests_rmarkdown r_suggests_rsymphony r_suggests_testthat" R_SUGGESTS=" r_suggests_ggformula? ( sci-CRAN/ggformula ) r_suggests_ggpubr? ( sci-CRAN/ggpubr ) r_suggests_glpk? ( sci-mathematics/glpk ) r_suggests_highs? ( sci-CRAN/highs ) r_suggests_irtq? ( sci-CRAN/irtQ ) r_suggests_kableextra? ( sci-CRAN/kableExtra ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lpsolveapi? ( sci-CRAN/lpSolveAPI ) r_suggests_mstr? ( sci-CRAN/mstR ) r_suggests_numderiv? ( sci-CRAN/numDeriv ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rsymphony? ( sci-CRAN/Rsymphony ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-4.0 sci-CRAN/ggplot2 sci-CRAN/rlang virtual/Matrix sci-CRAN/dplyr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"