# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='GUI Components to Explore Stable... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/isoexplorer_0.4.1.tar.gz" LICENSE='AGPL-3' IUSE="${IUSE-} r_suggests_pkgload r_suggests_testthat" R_SUGGESTS=" r_suggests_pkgload? ( sci-CRAN/pkgload ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/shinyjs sci-CRAN/shinycssloaders sci-CRAN/dplyr sci-CRAN/purrr >=sci-CRAN/isoreader2-0.6.0 sci-CRAN/stringr sci-CRAN/htmltools sci-CRAN/shiny sci-CRAN/ggplot2 sci-CRAN/tidyselect sci-CRAN/tidyr sci-CRAN/withr sci-CRAN/rlog >=dev-lang/R-4.5.0 >=sci-CRAN/rlang-1.1.0 sci-CRAN/shinyAce sci-CRAN/tibble >=sci-CRAN/cli-3.6.0 sci-CRAN/callr sci-CRAN/bslib sci-CRAN/DT sci-CRAN/httpuv sci-CRAN/htmlwidgets " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"