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

EAPI=8

inherit R-packages

DESCRIPTION='Experimental Statistics and Grap... (see metadata)'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/AgroR_1.3.5.tar.gz"
LICENSE='GPL-2+'

IUSE="${IUSE-} r_suggests_dt r_suggests_rmarkdown r_suggests_roxygen2"
R_SUGGESTS="
	r_suggests_dt? ( sci-CRAN/DT )
	r_suggests_rmarkdown? ( sci-CRAN/rmarkdown )
	r_suggests_roxygen2? ( sci-CRAN/roxygen2 )
"
DEPEND="sci-CRAN/lme4
	sci-CRAN/lmtest
	sci-CRAN/knitr
	sci-CRAN/crayon
	sci-CRAN/emmeans
	sci-CRAN/cowplot
	sci-CRAN/multcompView
	sci-CRAN/drc
	sci-CRAN/gridExtra
	>=dev-lang/R-3.6.0
	sci-CRAN/nortest
	sci-CRAN/ggplot2
	sci-CRAN/multcomp
	sci-CRAN/ggrepel
	virtual/MASS
	sci-CRAN/RColorBrewer
	sci-CRAN/dunn_test
	sci-CRAN/gtools
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"