# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Exploratory Graphics for Pharmacometrics' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/xgxr_1.1.6.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_catools r_suggests_knitr r_suggests_pkgdown r_suggests_rmarkdown r_suggests_testthat r_suggests_tidyr" R_SUGGESTS=" r_suggests_catools? ( sci-CRAN/caTools ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_pkgdown? ( sci-CRAN/pkgdown ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_tidyr? ( sci-CRAN/tidyr ) " DEPEND="sci-CRAN/minpack_lm >=dev-lang/R-3.5.0 sci-CRAN/assertthat sci-CRAN/dplyr sci-CRAN/Deriv >=sci-CRAN/ggplot2-3.3.0 sci-CRAN/glue sci-CRAN/magrittr sci-CRAN/readr sci-CRAN/vctrs sci-CRAN/gtable sci-CRAN/scales sci-CRAN/binom sci-CRAN/DescTools sci-CRAN/pander sci-CRAN/RCurl sci-CRAN/Hmisc sci-CRAN/labeling sci-CRAN/png sci-CRAN/tibble sci-CRAN/stringr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"