tests/testthat/helper-skip.R

# Run slow tests: R_SLOW_TESTS=true Rscript -e "devtools::test()"
skip_slow <- function() {
  if (!identical(Sys.getenv("R_SLOW_TESTS"), "true")) {
    testthat::skip("slow test — set R_SLOW_TESTS=true to run")
  }
}

Try the BMisc package in your browser

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

BMisc documentation built on Aug. 22, 2026, 5:07 p.m.