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

EAPI=8

inherit R-packages

DESCRIPTION='Visualizing Hypothesis Tests in ... (see metadata)'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/heplots_1.6.2.tar.gz"
LICENSE='GPL-2+'

IUSE="${IUSE-} r_suggests_animation r_suggests_bookdown r_suggests_candisc
	r_suggests_cardata r_suggests_corrgram r_suggests_dplyr
	r_suggests_effects r_suggests_ggplot2 r_suggests_gplots
	r_suggests_knitr r_suggests_lattice r_suggests_mvinfluence
	r_suggests_nlme r_suggests_reshape r_suggests_reshape2
	r_suggests_rmarkdown r_suggests_tidyr"
R_SUGGESTS="
	r_suggests_animation? ( sci-CRAN/animation )
	r_suggests_bookdown? ( sci-CRAN/bookdown )
	r_suggests_candisc? ( sci-CRAN/candisc )
	r_suggests_cardata? ( sci-CRAN/carData )
	r_suggests_corrgram? ( sci-CRAN/corrgram )
	r_suggests_dplyr? ( sci-CRAN/dplyr )
	r_suggests_effects? ( sci-CRAN/effects )
	r_suggests_ggplot2? ( sci-CRAN/ggplot2 )
	r_suggests_gplots? ( sci-CRAN/gplots )
	r_suggests_knitr? ( sci-CRAN/knitr )
	r_suggests_lattice? ( virtual/lattice )
	r_suggests_mvinfluence? ( sci-CRAN/mvinfluence )
	r_suggests_nlme? ( virtual/nlme )
	r_suggests_reshape? ( sci-CRAN/reshape )
	r_suggests_reshape2? ( sci-CRAN/reshape2 )
	r_suggests_rmarkdown? ( sci-CRAN/rmarkdown )
	r_suggests_tidyr? ( sci-CRAN/tidyr )
"
DEPEND=">=dev-lang/R-3.5.0
	sci-CRAN/rgl
	sci-CRAN/purrr
	sci-CRAN/broom
	sci-CRAN/car
	virtual/MASS
	sci-CRAN/magrittr
	sci-CRAN/tibble
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"