# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='teal Modules for Standard Clinical Outputs' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/teal.modules.clinical_0.9.1.tar.gz" LICENSE='Apache-2.0' IUSE="${IUSE-} r_suggests_forcats r_suggests_knitr r_suggests_logger r_suggests_lubridate r_suggests_nestcolor r_suggests_pkgload r_suggests_shinytest2 r_suggests_styler r_suggests_testthat r_suggests_withr" R_SUGGESTS=" r_suggests_forcats? ( sci-CRAN/forcats ) r_suggests_knitr? ( >=sci-CRAN/knitr-1.34 ) r_suggests_logger? ( >=sci-CRAN/logger-0.2.0 ) r_suggests_lubridate? ( >=sci-CRAN/lubridate-1.7.9 ) r_suggests_nestcolor? ( >=sci-CRAN/nestcolor-0.1.0 ) r_suggests_pkgload? ( sci-CRAN/pkgload ) r_suggests_shinytest2? ( sci-CRAN/shinytest2 ) r_suggests_styler? ( sci-CRAN/styler ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.1.5 ) r_suggests_withr? ( >sci-CRAN/withr-2.0.1.5 ) " DEPEND=">=sci-CRAN/tern_gee-0.1.3 >=sci-CRAN/teal_reporter-0.2.1 >=sci-CRAN/rlistings-0.2.8 >=sci-CRAN/broom-0.7.10 >=sci-CRAN/DT-0.13 >=sci-CRAN/teal_transform-0.5.0 >=sci-CRAN/cowplot-0.7.0 >=sci-CRAN/lifecycle-0.2.0 >=sci-CRAN/rtables-0.6.7 sci-CRAN/scales >=sci-CRAN/dplyr-1.0.5 >=sci-CRAN/shinyWidgets-0.5.1 >=sci-CRAN/rmarkdown-2.19 >=sci-CRAN/ggplot2-3.4.0 >=sci-CRAN/vistime-1.2.3 >=sci-CRAN/teal_code-0.5.0 sci-CRAN/ggrepel >=sci-CRAN/shiny-1.6.0 >=dev-lang/R-4.0 sci-CRAN/shinyjs >=sci-CRAN/teal_logger-0.2.0 >=sci-CRAN/teal-0.15.2 >=sci-CRAN/tern-0.9.4 >=sci-CRAN/checkmate-2.1.0 >=sci-CRAN/teal_data-0.4.0 >=sci-CRAN/teal_widgets-0.4.0 >=sci-CRAN/tern_mmrm-0.3.0 sci-CRAN/shinyvalidate " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"