Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 15, 2024
1 parent 3ad6a7e commit d7fff1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-include_reference.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test_that("include_reference, on-the-fly factors", {
expect_snapshot(print_md(out, engine = "tt"))


skip_if(getRversion() < "4.3.2")
skip_if(getRversion() < "4.3.3")
skip_if_not_installed("datawizard")
out3 <- mtcars |>
datawizard::data_modify(gear = factor(gear), am = as.factor(am)) |>
Expand Down

0 comments on commit d7fff1f

Please sign in to comment.