tests/testthat/helper-quiet.R

shut_up_fledge <- function(code) {
  withr::with_options(
    new = list("fledge.quiet" = TRUE),
    code
  )
}

Try the fledge package in your browser

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

fledge documentation built on May 29, 2024, 8:59 a.m.