Package: tidybayes
Title: Tidy Data and 'Geoms' for Bayesian Models
Version: 3.0.7
Authors@R: c(
        person("Matthew", "Kay", role = c("aut", "cre"), email = "mjskay@northwestern.edu"),
        person("Timothy", "Mastny", role = "ctb", email = "tim.mastny@gmail.com")
    )
Maintainer: Matthew Kay <mjskay@northwestern.edu>
Description: Compose data for and extract, manipulate, and visualize posterior draws from Bayesian models
    ('JAGS', 'Stan', 'rstanarm', 'brms', 'MCMCglmm', 'coda', ...) in a tidy data format. Functions are provided
    to help extract tidy data frames of draws from Bayesian models and that generate point
    summaries and intervals in a tidy format. In addition, 'ggplot2' 'geoms' and 'stats' are provided for
    common visualization primitives like points with multiple uncertainty intervals, eye plots (intervals plus
    densities), and fit curves with multiple, arbitrary uncertainty bands.
Depends: R (>= 4.0.0)
Imports: methods, ggdist (>= 3.0.0), dplyr (>= 1.1.0), tidyr (>=
        1.0.0), ggplot2 (>= 3.3.5), coda, rlang (>= 0.3.0),
        arrayhelpers, tidyselect, tibble, magrittr, posterior (>=
        1.0.1), withr, cli, vctrs
Suggests: knitr, testthat, purrr (>= 0.2.3), forcats, vdiffr (>=
        1.0.0), svglite, rstan (>= 2.17.0), rstantools (>= 2.1.0),
        runjags, rjags, jagsUI, rstanarm (>= 2.19.2), emmeans, broom
        (>= 0.4.3), MCMCglmm, bayesplot, modelr, brms (>= 2.16.0),
        cowplot, covr, rmarkdown, ggrepel, bindrcpp, RColorBrewer,
        gganimate, gifski, png, ragg, pkgdown, distributional,
        transformr
License: GPL (>= 3)
Language: en-US
BugReports: https://github.com/mjskay/tidybayes/issues
URL: https://mjskay.github.io/tidybayes/,
        https://github.com/mjskay/tidybayes/
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8
Collate: "ggdist-curve_interval.R" "ggdist-cut_cdf_qi.R"
        "ggdist-geom_slabinterval.R" "ggdist-geom_dotsinterval.R"
        "ggdist-geom_interval.R" "ggdist-geom_lineribbon.R"
        "ggdist-geom_pointinterval.R" "ggdist-lkjcorr_marginal.R"
        "ggdist-parse_dist.R" "ggdist-scales.R"
        "ggdist-stat_slabinterval.R" "ggdist-stat_dist_slabinterval.R"
        "ggdist-stat_sample_slabinterval.R"
        "ggdist-stat_dotsinterval.R" "ggdist-stat_pointinterval.R"
        "ggdist-stat_interval.R" "ggdist-stat_lineribbon.R"
        "ggdist-student_t.R" "ggdist-theme_ggdist.R"
        "ggdist-tidy_format_translators.R" "tidybayes-package.R"
        "add_draws.R" "combine_chains.R" "compare_levels.R"
        "compose_data.R" "density_bins.R" "emmeans_comparison.R"
        "epred_draws.R" "epred_rvars.R" "flip_aes.R" "gather_draws.R"
        "gather_emmeans_draws.R" "gather_pairs.R" "gather_rvars.R"
        "gather_variables.R" "get_variables.R" "global_variables.R"
        "linpred_draws.R" "linpred_rvars.R" "nest_rvars.R" "onAttach.R"
        "point_interval.R" "predict_curve.R" "predicted_draws.R"
        "predicted_rvars.R" "recover_types.R" "residual_draws.R"
        "sample_draws.R" "spread_draws.R" "spread_rvars.R"
        "summarise_draws.R" "testthat.R" "tidy_draws.R"
        "tidybayes-models.R" "ungather_draws.R" "unspread_draws.R"
        "util.R" "x_at_y.R" "deprecated.R"
NeedsCompilation: no
Packaged: 2024-09-15 05:33:44 UTC; matth
Author: Matthew Kay [aut, cre],
  Timothy Mastny [ctb]
Repository: CRAN
Date/Publication: 2024-09-15 06:20:02 UTC
Built: R 4.4.3; ; 2025-10-08 03:30:50 UTC; windows
