# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Quantal Response Analysis for Dose-Mortality Data' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/qra_0.2.8.1.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_bookdown r_suggests_dfoptim r_suggests_dharma r_suggests_fitodbod r_suggests_gamlss r_suggests_glmmtmb r_suggests_kableextra r_suggests_optimx r_suggests_plotrix r_suggests_prettydoc r_suggests_vgam" R_SUGGESTS=" r_suggests_bookdown? ( sci-CRAN/bookdown ) r_suggests_dfoptim? ( sci-CRAN/dfoptim ) r_suggests_dharma? ( sci-CRAN/DHARMa ) r_suggests_fitodbod? ( sci-CRAN/fitODBOD ) r_suggests_gamlss? ( sci-CRAN/gamlss ) r_suggests_glmmtmb? ( >=sci-CRAN/glmmTMB-1.1.2 ) r_suggests_kableextra? ( >=sci-CRAN/kableExtra-1.2 ) r_suggests_optimx? ( sci-CRAN/optimx ) r_suggests_plotrix? ( sci-CRAN/plotrix ) r_suggests_prettydoc? ( sci-CRAN/prettydoc ) r_suggests_vgam? ( sci-CRAN/VGAM ) " DEPEND=">=dev-lang/R-4.1.0 virtual/lattice sci-CRAN/rmarkdown sci-CRAN/knitr virtual/lattice sci-CRAN/lme4 sci-CRAN/ggplot2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"