# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Multilevel Analysis of Individua... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/MAIHDA_0.2.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_brms r_suggests_bslib r_suggests_dt r_suggests_future r_suggests_haven r_suggests_knitr r_suggests_mass r_suggests_ordinal r_suggests_plotly r_suggests_promises r_suggests_rmarkdown r_suggests_shiny r_suggests_shinycssloaders r_suggests_shinyjs r_suggests_testthat r_suggests_wemix" R_SUGGESTS=" r_suggests_brms? ( >=sci-CRAN/brms-2.15.0 ) r_suggests_bslib? ( >=sci-CRAN/bslib-0.7.0 ) r_suggests_dt? ( sci-CRAN/DT ) r_suggests_future? ( sci-CRAN/future ) r_suggests_haven? ( sci-CRAN/haven ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_mass? ( virtual/MASS ) r_suggests_ordinal? ( sci-CRAN/ordinal ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_promises? ( sci-CRAN/promises ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_shinycssloaders? ( sci-CRAN/shinycssloaders ) r_suggests_shinyjs? ( sci-CRAN/shinyjs ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_wemix? ( >=sci-CRAN/WeMix-4.0.0 ) " DEPEND="sci-CRAN/generics >=sci-CRAN/rlang-0.4.0 sci-CRAN/tibble >=sci-CRAN/lme4-1.1.27 sci-CRAN/ggrepel >=dev-lang/R-4.1.0 sci-CRAN/patchwork sci-CRAN/reformulas >=sci-CRAN/ggplot2-3.4.0 sci-CRAN/cli >=sci-CRAN/dplyr-1.0.0 >=sci-CRAN/tidyr-1.1.0 sci-CRAN/tidyselect " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"