# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='A Word Cloud Geom for ggplot2' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/ggwordcloud_0.6.1.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_covr r_suggests_dplyr r_suggests_ggrepel r_suggests_knitr r_suggests_rmarkdown r_suggests_testthat r_suggests_tidyr r_suggests_wordcloud r_suggests_wordcloud2" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_ggrepel? ( sci-CRAN/ggrepel ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-2.0.0 ) r_suggests_tidyr? ( sci-CRAN/tidyr ) r_suggests_wordcloud? ( sci-CRAN/wordcloud ) r_suggests_wordcloud2? ( sci-CRAN/wordcloud2 ) " DEPEND="sci-CRAN/colorspace sci-CRAN/png sci-CRAN/Rcpp >=dev-lang/R-3.5.0 >=sci-CRAN/ggplot2-3.0.0 sci-CRAN/gridtext >=sci-CRAN/scales-1.0.0 " RDEPEND="${DEPEND-} sci-CRAN/Rcpp ${R_SUGGESTS-} "