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

EAPI=7

inherit R-packages

DESCRIPTION='Conditional Visualization for Statistical Models'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/condvis_0.5-1.tar.gz"
LICENSE='GPL-2+'

IUSE="${IUSE-} r_suggests_cluster r_suggests_dendser r_suggests_gplots
	r_suggests_hdrcde r_suggests_rcolorbrewer r_suggests_scagnostics
	r_suggests_shiny r_suggests_testthat r_suggests_tsp"
R_SUGGESTS="
	r_suggests_cluster? ( virtual/cluster )
	r_suggests_dendser? ( sci-CRAN/DendSer )
	r_suggests_gplots? ( sci-CRAN/gplots )
	r_suggests_hdrcde? ( sci-CRAN/hdrcde )
	r_suggests_rcolorbrewer? ( sci-CRAN/RColorBrewer )
	r_suggests_scagnostics? ( sci-CRAN/scagnostics )
	r_suggests_shiny? ( sci-CRAN/shiny )
	r_suggests_testthat? ( sci-CRAN/testthat )
	r_suggests_tsp? ( sci-CRAN/TSP )
"
DEPEND="virtual/MASS"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"