# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Build Formula-Driven shiny Apps for ggplot2' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/ggpaintr_0.11.1.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_bslib r_suggests_dplyr r_suggests_ellmer r_suggests_jsonlite r_suggests_knitr r_suggests_miniui r_suggests_pkgdown r_suggests_plotly r_suggests_purrr r_suggests_readxl r_suggests_rmarkdown r_suggests_rstudioapi r_suggests_shinytest2 r_suggests_testthat r_suggests_withr r_suggests_writexl r_suggests_xaringanextra" R_SUGGESTS=" r_suggests_bslib? ( >=sci-CRAN/bslib-0.5.0 ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_ellmer? ( sci-CRAN/ellmer ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_miniui? ( sci-CRAN/miniUI ) r_suggests_pkgdown? ( sci-CRAN/pkgdown ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_purrr? ( sci-CRAN/purrr ) r_suggests_readxl? ( sci-CRAN/readxl ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rstudioapi? ( sci-CRAN/rstudioapi ) r_suggests_shinytest2? ( sci-CRAN/shinytest2 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.1.7 ) r_suggests_withr? ( sci-CRAN/withr ) r_suggests_writexl? ( sci-CRAN/writexl ) r_suggests_xaringanextra? ( sci-CRAN/xaringanExtra ) " DEPEND=">=dev-lang/R-4.1.0 >=sci-CRAN/cli-2.2.0 sci-CRAN/htmltools >=sci-CRAN/ggplot2-3.3.0 >=sci-CRAN/assertthat-0.2.0 >=sci-CRAN/rlang-1.0.0 >=sci-CRAN/shiny-1.6.0 >=sci-CRAN/shinyWidgets-0.6.4 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"