tests/testthat/setup.R

# ensure consisten output on CI system
app <- cli::start_app(theme = list(
  ".alert-warning" = list(before = "WARNING! "),
  ".alert-success" = list(before = "SUCCESS! ")
  ), .auto_close = FALSE)


withr::defer(cli::stop_app(app), teardown_env())

Try the assemblerr package in your browser

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

assemblerr documentation built on Jan. 13, 2022, 1:07 a.m.