# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='ggplot2 Based Tool to Facilitate... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/ggPMX_1.2.11.tar.gz" LICENSE='GPL-2' IUSE="${IUSE-} r_suggests_lifecycle r_suggests_nlmixr2 r_suggests_nlmixr2data r_suggests_rxode2 r_suggests_testthat r_suggests_vdiffr r_suggests_withr r_suggests_xgxr r_suggests_xtable" R_SUGGESTS=" r_suggests_lifecycle? ( sci-CRAN/lifecycle ) r_suggests_nlmixr2? ( sci-CRAN/nlmixr2 ) r_suggests_nlmixr2data? ( sci-CRAN/nlmixr2data ) r_suggests_rxode2? ( sci-CRAN/rxode2 ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_vdiffr? ( sci-CRAN/vdiffr ) r_suggests_withr? ( sci-CRAN/withr ) r_suggests_xgxr? ( sci-CRAN/xgxr ) r_suggests_xtable? ( sci-CRAN/xtable ) " DEPEND=">=dev-lang/R-3.5 sci-CRAN/data_table sci-CRAN/stringr sci-CRAN/yaml sci-CRAN/R6 sci-CRAN/readr sci-CRAN/zoo sci-CRAN/tidyr sci-CRAN/GGally sci-CRAN/rmarkdown sci-CRAN/scales sci-CRAN/magrittr sci-CRAN/assertthat sci-CRAN/knitr sci-CRAN/purrr sci-CRAN/rlang sci-CRAN/dplyr sci-CRAN/checkmate sci-CRAN/ggforce sci-CRAN/gtable >=sci-CRAN/ggplot2-3.4.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'lixoftConnectors' )