# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='A shiny Package for Data Analysis' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/spada_0.1.7.tar.gz" LICENSE='AGPL-3' IUSE="${IUSE-} r_suggests_dplyr r_suggests_knitr r_suggests_rmarkdown r_suggests_testthat r_suggests_tidyselect" R_SUGGESTS=" r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidyselect? ( sci-CRAN/tidyselect ) " DEPEND=">=sci-CRAN/gt-1.3.0 >=sci-CRAN/waiter-0.2.5.1 >=sci-CRAN/htmltools-0.5.9 >=sci-CRAN/shinyWidgets-0.9.0 >=sci-CRAN/mirai-2.5.3 >=sci-CRAN/writexl-1.5.4 >=sci-CRAN/rlang-1.1.7 >=sci-CRAN/qs2-0.1.7 >=dev-lang/R-4.4.0 >=sci-CRAN/data_table-1.18.2.1 >=sci-CRAN/collapse-2.1.6 >=sci-CRAN/bsicons-0.1.2 >=sci-CRAN/bslib-0.10.0 >=sci-CRAN/DescTools-0.99.60 >=sci-CRAN/haven-2.5.5 >=sci-CRAN/ggplot2-4.0.1 >=sci-CRAN/shiny-1.12.1 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"