# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Extra Themes, Scales and Geoms for ggplot2' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/ggthemes_5.1.0.tar.gz" LICENSE='GPL-2' IUSE="${IUSE-} r_suggests_covr r_suggests_dplyr r_suggests_extrafont r_suggests_glue r_suggests_knitr r_suggests_lattice r_suggests_lintr r_suggests_mapproj r_suggests_maps r_suggests_pander r_suggests_quantreg r_suggests_rlang r_suggests_rmarkdown r_suggests_spelling r_suggests_testthat r_suggests_tidyr r_suggests_vdiffr r_suggests_withr" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_extrafont? ( sci-CRAN/extrafont ) r_suggests_glue? ( sci-CRAN/glue ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lattice? ( virtual/lattice ) r_suggests_lintr? ( sci-CRAN/lintr ) r_suggests_mapproj? ( sci-CRAN/mapproj ) r_suggests_maps? ( sci-CRAN/maps ) r_suggests_pander? ( sci-CRAN/pander ) r_suggests_quantreg? ( sci-CRAN/quantreg ) r_suggests_rlang? ( sci-CRAN/rlang ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.2.0 ) r_suggests_tidyr? ( sci-CRAN/tidyr ) r_suggests_vdiffr? ( sci-CRAN/vdiffr ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND=">=sci-CRAN/ggplot2-3.0.0 sci-CRAN/scales sci-CRAN/stringr sci-CRAN/lifecycle >=dev-lang/R-3.3.0 sci-CRAN/purrr sci-CRAN/tibble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"