# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='The jamovi Analyses' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/jmv_2.5.6.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_cardata r_suggests_exact2x2 r_suggests_knitr r_suggests_rmarkdown r_suggests_semplot r_suggests_testthat" R_SUGGESTS=" r_suggests_cardata? ( sci-CRAN/carData ) r_suggests_exact2x2? ( sci-CRAN/exact2x2 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_semplot? ( sci-CRAN/semPlot ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.1.5 ) " DEPEND="sci-CRAN/ggridges >=sci-CRAN/jmvcore-2.4.2 >=sci-CRAN/car-3.0.0 sci-CRAN/multcomp sci-CRAN/vcd >=sci-CRAN/psych-1.7.5 sci-CRAN/ggrepel sci-CRAN/dplyr sci-CRAN/vcdExtra >=sci-CRAN/emmeans-1.4.2 sci-CRAN/mvnormtest sci-CRAN/ROCR sci-CRAN/R6 sci-CRAN/PMCMR >=sci-CRAN/ggplot2-2.2.1 >=sci-CRAN/afex-0.28.0 sci-CRAN/GGally virtual/MASS sci-CRAN/lavaan sci-CRAN/BayesFactor >=dev-lang/R-3.2 virtual/nnet sci-CRAN/GPArotation sci-CRAN/magrittr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"