# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages

DESCRIPTION='Regression Estimation and Presentation'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/rockchalk_1.8.157.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
	virtual/MASS
	sci-CRAN/lme4
	sci-CRAN/kutils
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"