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

EAPI=7

inherit R-packages

DESCRIPTION='Predictive Data Analysis System'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/predictoR_3.0.3.tar.gz"
LICENSE='GPL-2+'

DEPEND=">=sci-CRAN/dplyr-1.1.0
	>=sci-CRAN/shinydashboard-0.7.2
	>=sci-CRAN/echarts4r-0.4.4
	>=sci-CRAN/xgboost-1.7.3.1
	>=sci-CRAN/shinycustomloader-0.9.0
	>=sci-CRAN/DT-0.27
	>=sci-CRAN/xtable-1.8.4
	>=sci-CRAN/shinydashboardPlus-2.0.3
	>=sci-CRAN/golem-0.3.5
	>=sci-CRAN/shinyAce-0.4.2
	>=sci-CRAN/htmltools-0.5.4
	>=dev-lang/R-4.1
	>=sci-CRAN/shiny-1.7.4
	>=sci-CRAN/rlang-1.0.6
	>=sci-CRAN/colourpicker-1.1.1
	>=sci-CRAN/config-0.3.1
	>=sci-CRAN/loadeR-1.0.1
	>=sci-CRAN/glmnet-4.1.6
	>=sci-CRAN/traineR-2.0.4
	>=sci-CRAN/shinyjs-2.1.0
	virtual/rpart
"
RDEPEND="${DEPEND-}"