# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Factor Analysis for All' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/FAfA_1.2.tar.gz" LICENSE='AGPL-3' IUSE="${IUSE-} r_suggests_flextable r_suggests_officer r_suggests_shinytest2 r_suggests_spelling r_suggests_testthat" R_SUGGESTS=" r_suggests_flextable? ( sci-CRAN/flextable ) r_suggests_officer? ( sci-CRAN/officer ) r_suggests_shinytest2? ( sci-CRAN/shinytest2 ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/bsicons sci-CRAN/golem sci-CRAN/EFAtools sci-CRAN/EFA_MRFA sci-CRAN/Amelia >=dev-lang/R-4.1.0 sci-CRAN/EFA_dimensions >=sci-CRAN/EGAnet-2.4.1 sci-CRAN/ItemRest sci-CRAN/naniar sci-CRAN/qgraph sci-CRAN/mice sci-CRAN/shiny sci-CRAN/shinycssloaders sci-CRAN/missForest sci-CRAN/bslib sci-CRAN/ggplot2 sci-CRAN/lavaan sci-CRAN/haven sci-CRAN/mvnormalTest sci-CRAN/psych sci-CRAN/readxl sci-CRAN/semPlot " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"