# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Graph Plotting Methods, Psychome... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/qgraph_1.10.1.tar.gz" LICENSE='GPL-2' IUSE="${IUSE-} r_suggests_bdgraph r_suggests_huge r_suggests_pcalg" R_SUGGESTS=" r_suggests_bdgraph? ( sci-CRAN/BDgraph ) r_suggests_huge? ( sci-CRAN/huge ) r_suggests_pcalg? ( sci-CRAN/pcalg ) " DEPEND="sci-CRAN/Hmisc sci-CRAN/corpcor sci-CRAN/fdrtool sci-CRAN/glasso sci-CRAN/ggplot2 sci-CRAN/png >=dev-lang/R-3.0.0 >=sci-CRAN/Rcpp-1.0.0 sci-CRAN/lavaan sci-CRAN/plyr sci-CRAN/jpeg sci-CRAN/igraph sci-CRAN/reshape2 sci-CRAN/gtools sci-CRAN/abind sci-CRAN/pbapply virtual/Matrix sci-CRAN/psych sci-CRAN/colorspace " RDEPEND="${DEPEND-} sci-CRAN/Rcpp ${R_SUGGESTS-} "