@@ -120,6 +120,7 @@ test_that("mcmc_trace renders correctly", {
120
120
121
121
test_that(" mcmc_rank_overlay renders correctly" , {
122
122
testthat :: skip_on_cran()
123
+ testthat :: skip_if_not_installed(" vdiffr" )
123
124
124
125
p_base <- mcmc_rank_overlay(vdiff_dframe_chains , pars = c(" V1" , " V2" ))
125
126
p_base_ref <- mcmc_rank_overlay(
@@ -148,6 +149,7 @@ test_that("mcmc_rank_overlay renders correctly", {
148
149
149
150
test_that(" mcmc_rank_hist renders correctly" , {
150
151
testthat :: skip_on_cran()
152
+ testthat :: skip_if_not_installed(" vdiffr" )
151
153
152
154
p_base <- mcmc_rank_hist(vdiff_dframe_chains , pars = c(" V1" , " V2" ))
153
155
p_base_ref <- mcmc_rank_hist(
@@ -179,6 +181,7 @@ test_that("mcmc_rank_hist renders correctly", {
179
181
180
182
test_that(" mcmc_trace_highlight renders correctly" , {
181
183
testthat :: skip_on_cran()
184
+ testthat :: skip_if_not_installed(" vdiffr" )
182
185
183
186
p_base <- mcmc_trace_highlight(
184
187
vdiff_dframe_chains ,
@@ -206,6 +209,7 @@ test_that("mcmc_trace_highlight renders correctly", {
206
209
207
210
test_that(" mcmc_trace with 'np' renders correctly" , {
208
211
testthat :: skip_on_cran()
212
+ testthat :: skip_if_not_installed(" vdiffr" )
209
213
210
214
p_base <- mcmc_trace(
211
215
vdiff_dframe_chains ,
0 commit comments