# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Community Detection for Evolving... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/dynamicmultiplex_1.1.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_dplyr r_suggests_ggalluvial r_suggests_gganimate r_suggests_ggplot2 r_suggests_peacesciencer r_suggests_rcolorbrewer r_suggests_testthat r_suggests_tidyr" R_SUGGESTS=" r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_ggalluvial? ( sci-CRAN/ggalluvial ) r_suggests_gganimate? ( sci-CRAN/gganimate ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_peacesciencer? ( sci-CRAN/peacesciencer ) r_suggests_rcolorbrewer? ( sci-CRAN/RColorBrewer ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidyr? ( sci-CRAN/tidyr ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/clue >=sci-CRAN/igraph-2.0.0 sci-CRAN/rlang " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/gifski' )