# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='A Framework for Robust Shiny Applications' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/golem_0.4.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_attachment r_suggests_cli r_suggests_covr r_suggests_crayon r_suggests_desc r_suggests_devtools r_suggests_dockerfiler r_suggests_fs r_suggests_knitr r_suggests_pkgbuild r_suggests_pkgload r_suggests_processx r_suggests_purrr r_suggests_rcmdcheck r_suggests_renv r_suggests_rmarkdown r_suggests_roxygen2 r_suggests_rsconnect r_suggests_rstudioapi r_suggests_spelling r_suggests_stringr r_suggests_testthat r_suggests_usethis r_suggests_withr" R_SUGGESTS=" r_suggests_attachment? ( >=sci-CRAN/attachment-0.2.5 ) r_suggests_cli? ( >=sci-CRAN/cli-2.0.0 ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_crayon? ( sci-CRAN/crayon ) r_suggests_desc? ( sci-CRAN/desc ) r_suggests_devtools? ( sci-CRAN/devtools ) r_suggests_dockerfiler? ( >=sci-CRAN/dockerfiler-0.2.0 ) r_suggests_fs? ( sci-CRAN/fs ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_pkgbuild? ( sci-CRAN/pkgbuild ) r_suggests_pkgload? ( sci-CRAN/pkgload ) r_suggests_processx? ( sci-CRAN/processx ) r_suggests_purrr? ( sci-CRAN/purrr ) r_suggests_rcmdcheck? ( sci-CRAN/rcmdcheck ) r_suggests_renv? ( sci-CRAN/renv ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_roxygen2? ( sci-CRAN/roxygen2 ) r_suggests_rsconnect? ( sci-CRAN/rsconnect ) r_suggests_rstudioapi? ( sci-CRAN/rstudioapi ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_stringr? ( sci-CRAN/stringr ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_usethis? ( >=sci-CRAN/usethis-1.6.0 ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND=">=dev-lang/R-3.0 sci-CRAN/htmltools sci-CRAN/config >=sci-CRAN/rlang-1.0.0 >=sci-CRAN/attempt-0.3.0 sci-CRAN/here >=sci-CRAN/shiny-1.5.0 sci-CRAN/yaml " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/pkgdown' )