# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Interactive shiny GUI for the earth Package' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/earthUI_0.8.0.tar.gz" LICENSE='AGPL-3' IUSE="${IUSE-} r_suggests_bslib r_suggests_callr r_suggests_dt r_suggests_knitr r_suggests_rmarkdown r_suggests_shinyfiles r_suggests_showtext r_suggests_sysfonts r_suggests_testthat r_suggests_tinytex r_suggests_withr r_suggests_writexl" R_SUGGESTS=" r_suggests_bslib? ( sci-CRAN/bslib ) r_suggests_callr? ( sci-CRAN/callr ) r_suggests_dt? ( sci-CRAN/DT ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_shinyfiles? ( sci-CRAN/shinyFiles ) r_suggests_showtext? ( sci-CRAN/showtext ) r_suggests_sysfonts? ( sci-CRAN/sysfonts ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tinytex? ( sci-CRAN/tinytex ) r_suggests_withr? ( sci-CRAN/withr ) r_suggests_writexl? ( sci-CRAN/writexl ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/DBI >=sci-CRAN/earth-5.3.0 sci-CRAN/jsonlite sci-CRAN/ggplot2 sci-CRAN/openxlsx sci-CRAN/plotly sci-CRAN/readxl sci-CRAN/RSQLite sci-CRAN/shiny " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'quarto' )