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

EAPI=8

inherit R-packages

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

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