dwww Home | Show directory contents | Find package

# Skip expect_doppelganger if vdiffr is not installed
expect_doppelganger <- function(title, fig, path = NULL, ...) {
        testthat::skip_if_not_installed("vdiffr")
        vdiffr::expect_doppelganger(title, fig, path = path, ...)
}

Generated by dwww version 1.15 on Tue Jul 2 09:09:29 CEST 2024.