# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Universal Design-Oriented Enhancements for ggplot2' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/ggplotplus_0.5.6.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_cowplot r_suggests_patchwork r_suggests_testthat" R_SUGGESTS=" r_suggests_cowplot? ( sci-CRAN/cowplot ) r_suggests_patchwork? ( sci-CRAN/patchwork ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/rlang sci-CRAN/gtable >=sci-CRAN/ggplot2-4.0.1 sci-CRAN/S7 sci-CRAN/scales sci-CRAN/viridisLite sci-CRAN/polyclip >=sci-CRAN/ggrepel-0.9.0 sci-CRAN/dplyr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( '>=sci-CRAN/ragg-1.5.2' )