# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Computes R Squared for Mixed (Multilevel) Models' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/r2glmm_0.1.3.tar.gz" LICENSE='GPL-2' IUSE="${IUSE-} r_suggests_data_table r_suggests_dplyr r_suggests_lme4 r_suggests_lmertest r_suggests_nlme r_suggests_testthat" R_SUGGESTS=" r_suggests_data_table? ( sci-CRAN/data_table ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_lme4? ( sci-CRAN/lme4 ) r_suggests_lmertest? ( sci-CRAN/lmerTest ) r_suggests_nlme? ( virtual/nlme ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND="virtual/mgcv virtual/Matrix sci-CRAN/pbkrtest sci-CRAN/ggplot2 sci-CRAN/afex virtual/MASS sci-CRAN/gridExtra " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"