# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Browser-Native WebGL Rendering for R Graphics' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/ggWebGL_0.8.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_boids4r r_suggests_chromote r_suggests_knitr r_suggests_magick r_suggests_mass r_suggests_pkgdown r_suggests_pkgload r_suggests_plotly r_suggests_processx r_suggests_rmarkdown r_suggests_shiny r_suggests_testthat r_suggests_xgeortr" R_SUGGESTS=" r_suggests_boids4r? ( sci-CRAN/boids4R ) r_suggests_chromote? ( sci-CRAN/chromote ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_magick? ( sci-CRAN/magick ) r_suggests_mass? ( virtual/MASS ) r_suggests_pkgdown? ( sci-CRAN/pkgdown ) r_suggests_pkgload? ( sci-CRAN/pkgload ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_processx? ( sci-CRAN/processx ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_xgeortr? ( sci-CRAN/XGeoRTR ) " DEPEND=">=dev-lang/R-4.1 sci-CRAN/htmlwidgets sci-CRAN/jsonlite sci-CRAN/ggplot2 sci-CRAN/htmltools sci-CRAN/rlang " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"