# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Tests for Variance Homogeneity' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/vartest_1.6.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_car r_suggests_coin r_suggests_gad r_suggests_pmcmrplus r_suggests_testthat" R_SUGGESTS=" r_suggests_car? ( sci-CRAN/car ) r_suggests_coin? ( sci-CRAN/coin ) r_suggests_gad? ( sci-CRAN/GAD ) r_suggests_pmcmrplus? ( sci-CRAN/PMCMRplus ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=dev-lang/R-3.2.0 sci-CRAN/SuppDists sci-CRAN/PearsonDS sci-CRAN/psych sci-CRAN/moments " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"