tests/testthat/helper.R

#' Create vt test package silently and non-interactively
make_vt_test_package <- function(){
  withr::with_options(
    list(
      usethis.quiet = TRUE
    ),
    {
      vt_create_package(rstudio = FALSE, open = FALSE)
    })
}
phuse-org/valtools documentation built on Nov. 10, 2024, 1:36 a.m.