# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Joint Bayesian 4PL Models for Th... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/bayesTLS_1.0.0.tar.gz" IUSE="${IUSE-} r_suggests_glmmtmb r_suggests_here r_suggests_pkgload r_suggests_readxl r_suggests_testthat r_suggests_tidybayes r_suggests_tidyr" R_SUGGESTS=" r_suggests_glmmtmb? ( sci-CRAN/glmmTMB ) r_suggests_here? ( sci-CRAN/here ) r_suggests_pkgload? ( sci-CRAN/pkgload ) r_suggests_readxl? ( sci-CRAN/readxl ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidybayes? ( sci-CRAN/tidybayes ) r_suggests_tidyr? ( sci-CRAN/tidyr ) " DEPEND=">=dev-lang/R-4.1.0 virtual/MASS sci-CRAN/brms sci-CRAN/ggplot2 sci-CRAN/dplyr sci-CRAN/patchwork sci-CRAN/posterior sci-CRAN/tibble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'cmdstanr' )