# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='A Shiny Dashboard Template Modul... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/shidashi_0.2.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_cli r_suggests_coro r_suggests_ggextra r_suggests_ggplot2 r_suggests_htmltools r_suggests_httpuv r_suggests_later r_suggests_logger r_suggests_processx r_suggests_promises r_suggests_rstudioapi r_suggests_testthat" R_SUGGESTS=" r_suggests_cli? ( sci-CRAN/cli ) r_suggests_coro? ( sci-CRAN/coro ) r_suggests_ggextra? ( sci-CRAN/ggExtra ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_htmltools? ( sci-CRAN/htmltools ) r_suggests_httpuv? ( sci-CRAN/httpuv ) r_suggests_later? ( sci-CRAN/later ) r_suggests_logger? ( >=sci-CRAN/logger-0.2.1 ) r_suggests_processx? ( sci-CRAN/processx ) r_suggests_promises? ( sci-CRAN/promises ) r_suggests_rstudioapi? ( >=sci-CRAN/rstudioapi-0.13 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/htmlwidgets sci-CRAN/bslib sci-CRAN/yaml >=sci-CRAN/ellmer-0.4.0 >=sci-CRAN/digest-0.6.27 >=sci-CRAN/fastmap-1.1.0 >=sci-CRAN/formatR-1.11 sci-CRAN/httr2 sci-CRAN/S7 >=sci-CRAN/shiny-1.7.0 sci-CRAN/shinychat sci-CRAN/jsonlite " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"