tests/testthat/helper-options.R

local_opt <- function(name, value, env = parent.frame()) {
  old <- opts$get(name)
  opts$set(name, value)
  withr::defer(opts$set(name, old), envir = env)
}

Try the quak package in your browser

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

quak documentation built on June 9, 2026, 5:09 p.m.