# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Tools for Network Data Workflows' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/netify_1.5.3.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_abind r_suggests_amen r_suggests_broom r_suggests_countrycode r_suggests_dplyr r_suggests_ergm r_suggests_generics r_suggests_gganimate r_suggests_ggbeeswarm r_suggests_ggridges r_suggests_knitr r_suggests_latentnet r_suggests_matrix r_suggests_network r_suggests_patchwork r_suggests_peacesciencer r_suggests_rcolorbrewer r_suggests_rmarkdown r_suggests_rsiena r_suggests_scales r_suggests_testthat r_suggests_tibble r_suggests_tidyr" R_SUGGESTS=" r_suggests_abind? ( sci-CRAN/abind ) r_suggests_amen? ( sci-CRAN/amen ) r_suggests_broom? ( sci-CRAN/broom ) r_suggests_countrycode? ( sci-CRAN/countrycode ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_ergm? ( sci-CRAN/ergm ) r_suggests_generics? ( sci-CRAN/generics ) r_suggests_gganimate? ( sci-CRAN/gganimate ) r_suggests_ggbeeswarm? ( sci-CRAN/ggbeeswarm ) r_suggests_ggridges? ( sci-CRAN/ggridges ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_latentnet? ( sci-CRAN/latentnet ) r_suggests_matrix? ( virtual/Matrix ) r_suggests_network? ( sci-CRAN/network ) r_suggests_patchwork? ( sci-CRAN/patchwork ) r_suggests_peacesciencer? ( sci-CRAN/peacesciencer ) r_suggests_rcolorbrewer? ( sci-CRAN/RColorBrewer ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rsiena? ( sci-CRAN/RSiena ) r_suggests_scales? ( sci-CRAN/scales ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tibble? ( sci-CRAN/tibble ) r_suggests_tidyr? ( sci-CRAN/tidyr ) " DEPEND="sci-CRAN/withr sci-CRAN/ggrepel sci-CRAN/Rcpp >=dev-lang/R-3.5.0 sci-CRAN/rlang sci-CRAN/cli sci-CRAN/checkmate sci-CRAN/igraph >=sci-CRAN/ggplot2-3.0.0 sci-CRAN/ggnewscale " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppEigen ${R_SUGGESTS-} "