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

EAPI=8

inherit R-packages

DESCRIPTION='Multivariate Menu for Radiant: B... (see metadata)'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/radiant.multivariate_1.6.0.tar.gz"
LICENSE='AGPL-3'

IUSE="${IUSE-} r_suggests_pkgdown r_suggests_testthat"
R_SUGGESTS="
	r_suggests_pkgdown? ( >=sci-CRAN/pkgdown-1.1.0 )
	r_suggests_testthat? ( >=sci-CRAN/testthat-2.0.0 )
"
DEPEND=">=sci-CRAN/GPArotation-2014.11.1
	>=sci-CRAN/patchwork-1.0.0
	virtual/MASS
	>=sci-CRAN/rlang-0.4.10
	>=sci-CRAN/ggplot2-2.2.1
	>=sci-CRAN/car-2.1.1
	>=sci-CRAN/ggrepel-0.8
	>=sci-CRAN/clustMixType-0.2.1
	>=dev-lang/R-4.0.0
	>=sci-CRAN/lubridate-1.7.4
	>=sci-CRAN/dplyr-1.0.7
	>=sci-CRAN/shiny-1.7.1
	>=sci-CRAN/scales-0.4.0
	>=sci-CRAN/radiant_model-1.5.0
	>=sci-CRAN/magrittr-1.5
	>=sci-CRAN/gower-0.2.1
	>=sci-CRAN/radiant_data-1.5.0
	>=sci-CRAN/psych-1.8.4
	>=sci-CRAN/import-1.1.0
	>=sci-CRAN/polycor-0.7.10
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"