Skip to content

Commit 679a254

Browse files
committed
regenerate a few snaps
1 parent 49ef918 commit 679a254

7 files changed

+17
-11
lines changed

R/ppd-overview.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
#' @description The **bayesplot** PPD module provides various plotting functions
88
#' for creating graphical displays of simulated data from the posterior or
99
#' prior predictive distribution. These plots are essentially the same as the
10-
#' corresponding [PPC] plots but without showing any observed data.
10+
#' corresponding [PPC] plots but without showing any observed data. Because
11+
#' these are not "checks" compared to data we use PPD (for prior/posterior
12+
#' predictive distribution) instead of PPC (for prior/posterior predictive
13+
#' check).
1114
#'
1215
#' @section PPD plotting functions: The functions for plotting prior and
1316
#' posterior predictive distributions without observed data each have the

tests/testthat/_snaps/ppc-discrete/ppc-bars-default.svg

Lines changed: 2 additions & 2 deletions
Loading

tests/testthat/_snaps/ppc-discrete/ppc-bars-grouped-default.svg

Lines changed: 2 additions & 2 deletions
Loading

tests/testthat/_snaps/ppc-discrete/ppc-bars-grouped-facet-args-prob-size.svg

Lines changed: 2 additions & 2 deletions
Loading

tests/testthat/_snaps/ppc-discrete/ppc-bars-prob-0-33-width-size-fatten.svg

Lines changed: 2 additions & 2 deletions
Loading

tests/testthat/_snaps/ppc-discrete/ppc-bars-width-size-fatten.svg

Lines changed: 2 additions & 2 deletions
Loading

tests/testthat/test-aesthetics.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,6 @@ test_that("color_scheme_view renders correctly", {
225225

226226
color_scheme_set()
227227
})
228+
229+
bayesplot_theme_set(bayesplot::theme_default())
230+
color_scheme_set()

0 commit comments

Comments
 (0)