Skip to content

Commit d547ba3

Browse files
committed
update SVGs (and fix a few legends affected by ggplot update)
1 parent a2f7f63 commit d547ba3

File tree

83 files changed

+14111
-14218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+14111
-14218
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Suggests:
5555
survival,
5656
testthat (>= 2.0.0),
5757
vdiffr (>= 1.0.2)
58-
RoxygenNote: 7.3.0
58+
RoxygenNote: 7.3.1
5959
VignetteBuilder: knitr
6060
Encoding: UTF-8
6161
Roxygen: list(markdown = TRUE)

R/ppc-distributions.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ ppc_violin_grouped <-
550550
args_violin_y <- list(
551551
data = function(x) dplyr::filter(x, .data$is_y),
552552
aes(fill = "y", color = "y"),
553-
show.legend = FALSE,
554553
alpha = 0
555554
)
556555

@@ -561,8 +560,7 @@ ppc_violin_grouped <-
561560
alpha = y_alpha,
562561
size = y_size,
563562
width = y_jitter,
564-
height = 0,
565-
show.legend = FALSE
563+
height = 0
566564
)
567565

568566
violin_y_func <- if (y_violin) geom_violin else geom_ignore

R/ppc-test-statistics.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ ppc_stat_freqpoly <-
216216
geom_vline(
217217
data = dplyr::filter(data, .data$variable == "y"),
218218
mapping = aes(xintercept = .data$value, color = "y"),
219-
show.legend = FALSE,
219+
show.legend = TRUE,
220220
linewidth = 1
221221
) +
222222
scale_color_ppc(

tests/testthat/_snaps/mcmc-diagnostics/mcmc-neff-default.svg

Lines changed: 30 additions & 30 deletions
Loading

tests/testthat/_snaps/mcmc-diagnostics/mcmc-neff-hist-binwidth.svg

Lines changed: 27 additions & 27 deletions
Loading

0 commit comments

Comments
 (0)