# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Visualize and Tabulate R Package Dependencies' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/havel_0.1.2.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_ggplot2 r_suggests_ggraph r_suggests_igraph r_suggests_pals r_suggests_tinytest" R_SUGGESTS=" r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggraph? ( sci-CRAN/ggraph ) r_suggests_igraph? ( sci-CRAN/igraph ) r_suggests_pals? ( sci-CRAN/pals ) r_suggests_tinytest? ( sci-CRAN/tinytest ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/collapse sci-CRAN/data_table sci-CRAN/cli sci-CRAN/cppRouting sci-CRAN/pak sci-CRAN/rlang sci-CRAN/Rcpp " RDEPEND="${DEPEND-} sci-CRAN/Rcpp ${R_SUGGESTS-} "