# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Visualization of Data Envelopmen... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/deaviz_0.1.0.tar.gz" LICENSE='AGPL-3' IUSE="${IUSE-} r_suggests_benchmarking r_suggests_ggrepel r_suggests_graphlayouts r_suggests_igraph r_suggests_knitr r_suggests_kohonen r_suggests_lpsolve r_suggests_lpsolveapi r_suggests_mass r_suggests_plotly r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_benchmarking? ( sci-CRAN/Benchmarking ) r_suggests_ggrepel? ( sci-CRAN/ggrepel ) r_suggests_graphlayouts? ( sci-CRAN/graphlayouts ) r_suggests_igraph? ( sci-CRAN/igraph ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_kohonen? ( sci-CRAN/kohonen ) r_suggests_lpsolve? ( sci-CRAN/lpSolve ) r_suggests_lpsolveapi? ( sci-CRAN/lpSolveAPI ) r_suggests_mass? ( virtual/MASS ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-3.6.0 sci-CRAN/rlang >=sci-CRAN/ggplot2-3.4.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"