# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Item-by-Item Iterative Model Fitting' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/seqwrap_0.7.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_cowplot r_suggests_dplyr r_suggests_edger r_suggests_ggplot2 r_suggests_ggtext r_suggests_glmmtmb r_suggests_gt r_suggests_knitr r_suggests_lme4 r_suggests_mass r_suggests_nlme r_suggests_purrr r_suggests_r_rsp r_suggests_rmarkdown r_suggests_testthat r_suggests_tidyselect" R_SUGGESTS=" r_suggests_cowplot? ( sci-CRAN/cowplot ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_edger? ( sci-BIOC/edgeR ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggtext? ( sci-CRAN/ggtext ) r_suggests_glmmtmb? ( sci-CRAN/glmmTMB ) r_suggests_gt? ( sci-CRAN/gt ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lme4? ( sci-CRAN/lme4 ) r_suggests_mass? ( virtual/MASS ) r_suggests_nlme? ( virtual/nlme ) r_suggests_purrr? ( sci-CRAN/purrr ) r_suggests_r_rsp? ( sci-CRAN/R_rsp ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidyselect? ( sci-CRAN/tidyselect ) " DEPEND=">=dev-lang/R-4.1 sci-CRAN/cli sci-CRAN/S7 sci-CRAN/tibble sci-CRAN/pbapply sci-CRAN/DHARMa sci-CRAN/broom_mixed " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'quarto' )