# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Build SVG Custom User Interface' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/bscui_0.1.5.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_dplyr r_suggests_glue r_suggests_here r_suggests_knitr r_suggests_reactable r_suggests_reactable_extras r_suggests_readr r_suggests_rmarkdown r_suggests_scales r_suggests_shiny r_suggests_stringr r_suggests_xml2" R_SUGGESTS=" r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_glue? ( sci-CRAN/glue ) r_suggests_here? ( sci-CRAN/here ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_reactable? ( sci-CRAN/reactable ) r_suggests_reactable_extras? ( sci-CRAN/reactable_extras ) r_suggests_readr? ( sci-CRAN/readr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_scales? ( sci-CRAN/scales ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_stringr? ( sci-CRAN/stringr ) r_suggests_xml2? ( sci-CRAN/xml2 ) " DEPEND=">=dev-lang/R-4.1 sci-CRAN/webshot2 sci-CRAN/htmlwidgets " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"