# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit R-packages

DESCRIPTION='Toolbox for Integrative Pathomics Analysis'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/tRigon_0.3.3.tar.gz"
LICENSE='GPL-3+'

IUSE="${IUSE-} r_suggests_knitr r_suggests_testthat"
R_SUGGESTS="
	r_suggests_knitr? ( sci-CRAN/knitr )
	r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 )
"
DEPEND="virtual/boot
	>=sci-CRAN/patchwork-1.1.2
	>=sci-CRAN/randomForest-4.7.1.1
	>=sci-CRAN/shinydashboard-0.7.2
	>=sci-CRAN/shiny-1.7.4.1
	>=sci-CRAN/readxl-1.4.3
	>=sci-CRAN/caret-6.0.94
	>=sci-CRAN/factoextra-1.0.7
	>=sci-CRAN/ggcorrplot-0.1.4
	>=sci-CRAN/ggplot2-3.4.2
	>=sci-CRAN/ggridges-0.5.4
	>=sci-CRAN/writexl-1.4.2
	>=sci-CRAN/DT-0.28
	>=sci-CRAN/dplyr-1.1.2
	>=sci-CRAN/data_table-1.14.8
	>=sci-CRAN/ggpubr-0.6.0
	>=sci-CRAN/RColorBrewer-1.1.3
	virtual/boot
	>=sci-CRAN/markdown-1.7
	>=sci-CRAN/sessioninfo-1.2.2
	>=sci-CRAN/shinydashboardPlus-2.0.3
	>=sci-CRAN/shinyWidgets-0.7.6
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"