# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Bayesian Q Methodology: Probabil... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/bayesqm_0.1.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_ggdist r_suggests_ggplot2 r_suggests_ggridges r_suggests_gparotation r_suggests_jsonlite r_suggests_knitr r_suggests_loo r_suggests_lpsolve r_suggests_posterior r_suggests_readxl r_suggests_rmarkdown r_suggests_rstan r_suggests_scales r_suggests_testthat r_suggests_vdiffr" R_SUGGESTS=" r_suggests_ggdist? ( >=sci-CRAN/ggdist-3.3.0 ) r_suggests_ggplot2? ( >=sci-CRAN/ggplot2-3.4.0 ) r_suggests_ggridges? ( >=sci-CRAN/ggridges-0.5.0 ) r_suggests_gparotation? ( >=sci-CRAN/GPArotation-2024.3.1 ) r_suggests_jsonlite? ( >=sci-CRAN/jsonlite-1.8.0 ) r_suggests_knitr? ( >=sci-CRAN/knitr-1.40 ) r_suggests_loo? ( >=sci-CRAN/loo-2.7.0 ) r_suggests_lpsolve? ( sci-CRAN/lpSolve ) r_suggests_posterior? ( >=sci-CRAN/posterior-1.5.0 ) r_suggests_readxl? ( >=sci-CRAN/readxl-1.4.0 ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.20 ) r_suggests_rstan? ( >=sci-CRAN/rstan-2.32.0 ) r_suggests_scales? ( >=sci-CRAN/scales-1.2.0 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_vdiffr? ( >=sci-CRAN/vdiffr-1.0.0 ) " DEPEND=">=dev-lang/R-4.1.0 >=sci-CRAN/rstantools-2.3.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'cmdstanr (>= 0.8.0)' )