# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Simulate Models Based on the Gen... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/simglm_0.8.9.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_covr r_suggests_e1071 r_suggests_future r_suggests_geepack r_suggests_ggplot2 r_suggests_knitr r_suggests_lme4 r_suggests_nlme r_suggests_rmarkdown r_suggests_shiny r_suggests_testthat r_suggests_tidyr" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_e1071? ( sci-CRAN/e1071 ) r_suggests_future? ( sci-CRAN/future ) r_suggests_geepack? ( sci-CRAN/geepack ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lme4? ( sci-CRAN/lme4 ) r_suggests_nlme? ( virtual/nlme ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_tidyr? ( sci-CRAN/tidyr ) " DEPEND="sci-CRAN/dplyr sci-CRAN/broom sci-CRAN/purrr sci-CRAN/future_apply >=dev-lang/R-3.6.0 sci-CRAN/rlang " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"