tests/testthat/helper_no_testthat.R

without_testthat <- function(code) {
  withr::with_envvar(new = c(TESTTHAT = "false"),
                     code = code)
}

Try the dataquieR package in your browser

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

dataquieR documentation built on Jan. 8, 2026, 5:08 p.m.