# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Nonparametric Tests for Random E... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/TestREnlme_0.1.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_ggpubr r_suggests_knitr r_suggests_reshape2 r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_ggpubr? ( >=sci-CRAN/ggpubr-0.4.0 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_reshape2? ( >=sci-CRAN/reshape2-1.4.4 ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/rlang >=dev-lang/R-4.1.0 virtual/MASS virtual/nlme >=sci-CRAN/mgsub-1.7.3 virtual/Matrix virtual/Matrix >=sci-CRAN/nls_multstart-2.0.0 >=sci-CRAN/ggplot2-3.3.5 >=sci-CRAN/expm-0.999.6 >=sci-CRAN/withr-3.0.2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"