Skip to content

Commit 92e0441

Browse files
Update test-bayesplot_grid.R
1 parent 93c9a36 commit 92e0441

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-bayesplot_grid.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
library(bayesplot)
22
context("bayesplot_grid")
33

4+
skip_if_not_installed("gridExtra")
5+
46
y <- example_y_data()
57
yrep <- example_yrep_draws()[1:25, ]
68
gr <- gridExtra::arrangeGrob(ppc_stat(y, yrep, binwidth = 1))

0 commit comments

Comments
 (0)