tests/testthat/helper.R

skip_on_old_win <- function() {
  if (getRversion() < "4.4.0" && .Platform$OS.type == "windows") {
    testthat::skip("Skipping test on Windows with R version < 4.4.0")
  }
}

Try the glyrepr package in your browser

Any scripts or data that you put into this service are public.

glyrepr documentation built on Sept. 22, 2026, 5:09 p.m.