# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Draw Network with Data' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/ggtangle_0.1.2.tar.gz" LICENSE='Artistic-2' IUSE="${IUSE-} r_suggests_aplot r_suggests_cli r_suggests_ggiraph r_suggests_ggnewscale r_suggests_ggtree r_suggests_scatterpie" R_SUGGESTS=" r_suggests_aplot? ( sci-CRAN/aplot ) r_suggests_cli? ( sci-CRAN/cli ) r_suggests_ggiraph? ( sci-CRAN/ggiraph ) r_suggests_ggnewscale? ( sci-CRAN/ggnewscale ) r_suggests_ggtree? ( sci-BIOC/ggtree ) r_suggests_scatterpie? ( >=sci-CRAN/scatterpie-0.2.4 ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/ggplot2 sci-CRAN/igraph sci-CRAN/ggrepel >=sci-CRAN/ggfun-0.1.7 sci-CRAN/rlang >=sci-CRAN/yulab_utils-0.2.2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'quarto' )