Skip to content

Commit

Permalink
Skip on old R versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RLumSK committed Dec 26, 2024
1 parent 5b6707d commit 1a5deba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test_plot_AbanicoPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ test_that("more coverage", {
test_that("Test graphical snapshot", {
testthat::skip_on_cran()
testthat::skip_if_not_installed("vdiffr")
testthat::skip_if_not(getRversion() >= "4.3.0")

SW({
vdiffr::expect_doppelganger(
Expand Down

0 comments on commit 1a5deba

Please sign in to comment.