# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Composite-Based Structural Equation Modeling' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/cSEM_0.6.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_diagrammer r_suggests_diagrammersvg r_suggests_dplyr r_suggests_ggplot2 r_suggests_knitr r_suggests_listviewer r_suggests_nnls r_suggests_openxlsx r_suggests_plotly r_suggests_prettydoc r_suggests_rmarkdown r_suggests_rootsolve r_suggests_spelling r_suggests_testthat r_suggests_tidyr" R_SUGGESTS=" r_suggests_diagrammer? ( sci-CRAN/DiagrammeR ) r_suggests_diagrammersvg? ( sci-CRAN/DiagrammeRsvg ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_listviewer? ( sci-CRAN/listviewer ) r_suggests_nnls? ( sci-CRAN/nnls ) r_suggests_openxlsx? ( sci-CRAN/openxlsx ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_prettydoc? ( sci-CRAN/prettydoc ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rootsolve? ( sci-CRAN/rootSolve ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidyr? ( sci-CRAN/tidyr ) " DEPEND="sci-CRAN/psych virtual/Matrix sci-CRAN/purrr sci-CRAN/progressr virtual/Matrix virtual/MASS sci-CRAN/polycor >=sci-CRAN/expm-0.999.5 sci-CRAN/future sci-CRAN/lifecycle sci-CRAN/TruncatedNormal virtual/Matrix sci-CRAN/lavaan sci-CRAN/future_apply sci-CRAN/magrittr sci-CRAN/cli >=dev-lang/R-3.5.0 sci-CRAN/crayon sci-CRAN/alabama sci-CRAN/Rdpack sci-CRAN/rlang sci-CRAN/symmoments " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/rsvg' )