# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Model-Based Standardisation for ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/outstandR_2.0.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_causaldata r_suggests_covr r_suggests_dosnow r_suggests_here r_suggests_knitr r_suggests_maicplus r_suggests_marginaleffects r_suggests_mass r_suggests_reshape2 r_suggests_rmarkdown r_suggests_stdreg2 r_suggests_testthat" R_SUGGESTS=" r_suggests_causaldata? ( sci-CRAN/causaldata ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_dosnow? ( sci-CRAN/doSNOW ) r_suggests_here? ( sci-CRAN/here ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_maicplus? ( sci-CRAN/maicplus ) r_suggests_marginaleffects? ( sci-CRAN/marginaleffects ) r_suggests_mass? ( virtual/MASS ) r_suggests_reshape2? ( sci-CRAN/reshape2 ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_stdreg2? ( sci-CRAN/stdReg2 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/copula sci-CRAN/cli sci-CRAN/crayon sci-CRAN/dplyr sci-CRAN/ggplot2 sci-CRAN/glue sci-CRAN/pillar virtual/boot sci-CRAN/tidyselect sci-CRAN/lifecycle sci-CRAN/stringr >=sci-CRAN/Rdpack-0.7 sci-CRAN/rlang sci-CRAN/withr sci-CRAN/rstanarm sci-CRAN/tidyr sci-CRAN/purrr sci-CRAN/tibble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"