# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Balanced Factorial Designs' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/designr_0.1.13.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_afex r_suggests_ggplot2 r_suggests_gridextra r_suggests_jsonlite r_suggests_knitr r_suggests_lmertest r_suggests_rmarkdown r_suggests_writexl" R_SUGGESTS=" r_suggests_afex? ( sci-CRAN/afex ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_gridextra? ( sci-CRAN/gridExtra ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lmertest? ( sci-CRAN/lmerTest ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_writexl? ( sci-CRAN/writexl ) " DEPEND=">=dev-lang/R-3.5.0 sci-CRAN/dplyr sci-CRAN/tibble virtual/MASS sci-CRAN/crossdes sci-CRAN/lme4 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"