# 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.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_spelling r_suggests_testthat" R_SUGGESTS=" r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/missForest sci-CRAN/EFAtools sci-CRAN/bslib sci-CRAN/Amelia sci-CRAN/MBESS sci-CRAN/ggcorrplot sci-CRAN/golem sci-CRAN/dplyr sci-CRAN/gtools >=dev-lang/R-4.1.0 sci-CRAN/EFA_MRFA sci-CRAN/ggplot2 sci-CRAN/bsicons sci-CRAN/moments sci-CRAN/mvnormalTest sci-CRAN/config sci-CRAN/naniar sci-CRAN/EFA_dimensions sci-CRAN/rlang sci-CRAN/psychometric sci-CRAN/sirt sci-CRAN/readxl sci-CRAN/semPlot sci-CRAN/qgraph sci-CRAN/haven sci-CRAN/lavaan sci-CRAN/magrittr sci-CRAN/mctest sci-CRAN/semTools sci-CRAN/pastecs sci-CRAN/shiny sci-CRAN/psych sci-CRAN/EGAnet sci-CRAN/mice sci-CRAN/shinycssloaders " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"