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())
UUPharmacometrics/assemblerr documentation built on Sept. 26, 2022, 5:27 p.m.