# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Interactive Analysis of UCSC Xena Data' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/UCSCXenaShiny_1.1.10.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_covr r_suggests_cowplot r_suggests_dt r_suggests_furrr r_suggests_future r_suggests_ggrepel r_suggests_ggstatsplot r_suggests_knitr r_suggests_pacman r_suggests_plotly r_suggests_plyr r_suggests_rcolorbrewer r_suggests_rmarkdown r_suggests_scales r_suggests_survival r_suggests_survminer r_suggests_testthat" R_SUGGESTS=" r_suggests_covr? ( >=sci-CRAN/covr-3.2.1 ) r_suggests_cowplot? ( sci-CRAN/cowplot ) r_suggests_dt? ( >=sci-CRAN/DT-0.5 ) r_suggests_furrr? ( sci-CRAN/furrr ) r_suggests_future? ( sci-CRAN/future ) r_suggests_ggrepel? ( sci-CRAN/ggrepel ) r_suggests_ggstatsplot? ( sci-CRAN/ggstatsplot ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_pacman? ( sci-CRAN/pacman ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_plyr? ( sci-CRAN/plyr ) r_suggests_rcolorbrewer? ( >=sci-CRAN/RColorBrewer-1.1.2 ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_scales? ( sci-CRAN/scales ) r_suggests_survival? ( virtual/survival ) r_suggests_survminer? ( sci-CRAN/survminer ) r_suggests_testthat? ( >=sci-CRAN/testthat-2.0.1 ) " DEPEND=">=dev-lang/R-3.5 sci-CRAN/ezcox sci-CRAN/ppcor >=sci-CRAN/dplyr-0.8.3 >=sci-CRAN/ggpubr-0.2 sci-CRAN/purrr >=sci-CRAN/shiny-1.3.2 sci-CRAN/stringr >=sci-CRAN/tibble-2.1.3 sci-CRAN/UCSCXenaTools >=sci-CRAN/ggplot2-3.2.0 sci-CRAN/forcats >=sci-CRAN/magrittr-1.5 sci-CRAN/psych sci-CRAN/tidyr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"