# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Dataset and Variable Picker and ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/teal.picks_0.3.0.tar.gz" LICENSE='Apache-2.0' IUSE="${IUSE-} r_suggests_jsonlite r_suggests_knitr r_suggests_rmarkdown r_suggests_rvest r_suggests_shinytest2 r_suggests_teal_transform r_suggests_testthat r_suggests_tibble r_suggests_withr" R_SUGGESTS=" r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rvest? ( sci-CRAN/rvest ) r_suggests_shinytest2? ( sci-CRAN/shinytest2 ) r_suggests_teal_transform? ( sci-CRAN/teal_transform ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0 ) r_suggests_tibble? ( sci-CRAN/tibble ) r_suggests_withr? ( >=sci-CRAN/withr-3.0.0 ) " DEPEND="sci-CRAN/shinyWidgets sci-CRAN/teal sci-CRAN/bsicons >=dev-lang/R-4.1 sci-CRAN/tidyselect sci-CRAN/htmltools sci-CRAN/checkmate sci-CRAN/dplyr sci-CRAN/logger sci-CRAN/rlang sci-CRAN/shiny sci-CRAN/teal_logger sci-CRAN/teal_code sci-CRAN/teal_data sci-CRAN/yaml " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"