# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Easy and Accessible Bayesian Mea... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/bmm_1.3.1.tar.gz" LICENSE='GPL-2' IUSE="${IUSE-} r_suggests_bookdown r_suggests_cowplot r_suggests_dplyr r_suggests_emmeans r_suggests_fansi r_suggests_ggplot2 r_suggests_ggthemes r_suggests_knitr r_suggests_mixtur r_suggests_remotes r_suggests_rmarkdown r_suggests_stringr r_suggests_testthat r_suggests_tidybayes r_suggests_tidyr r_suggests_usethis r_suggests_waldo r_suggests_yaml" R_SUGGESTS=" r_suggests_bookdown? ( sci-CRAN/bookdown ) r_suggests_cowplot? ( sci-CRAN/cowplot ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_emmeans? ( >=sci-CRAN/emmeans-1.8.0 ) r_suggests_fansi? ( sci-CRAN/fansi ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggthemes? ( sci-CRAN/ggthemes ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_mixtur? ( sci-CRAN/mixtur ) r_suggests_remotes? ( sci-CRAN/remotes ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_stringr? ( sci-CRAN/stringr ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidybayes? ( sci-CRAN/tidybayes ) r_suggests_tidyr? ( sci-CRAN/tidyr ) r_suggests_usethis? ( sci-CRAN/usethis ) r_suggests_waldo? ( sci-CRAN/waldo ) r_suggests_yaml? ( sci-CRAN/yaml ) " DEPEND="sci-CRAN/rlang >=sci-CRAN/brms-2.21.0 sci-CRAN/fs sci-CRAN/withr >=dev-lang/R-4.1.0 sci-CRAN/crayon sci-CRAN/bayesplot sci-CRAN/glue virtual/Matrix sci-CRAN/rtdists " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'cmdstanr (>= 0.7.0)' )