# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Regression Estimation and Presentation' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/rockchalk_1.8.164.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_car r_suggests_hh r_suggests_hmisc r_suggests_mvtnorm r_suggests_scatterplot3d r_suggests_tables" R_SUGGESTS=" r_suggests_car? ( sci-CRAN/car ) r_suggests_hh? ( sci-CRAN/HH ) r_suggests_hmisc? ( sci-CRAN/Hmisc ) r_suggests_mvtnorm? ( sci-CRAN/mvtnorm ) r_suggests_scatterplot3d? ( sci-CRAN/scatterplot3d ) r_suggests_tables? ( sci-CRAN/tables ) " DEPEND="sci-CRAN/carData sci-CRAN/kutils virtual/MASS >=sci-CRAN/reformulas-0.4.3 sci-CRAN/lme4 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"