We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
usethis::ui_
1 parent 119c46f commit 73f25fcCopy full SHA for 73f25fc
1 file changed
tests/testthat/helper.R
@@ -2,9 +2,8 @@
2
local_package_create <- function(envir = parent.frame()) {
3
dir <- withr::local_tempdir(.local_envir = envir)
4
5
- usethis::ui_silence({
6
- create_package(dir, rstudio = FALSE, open = FALSE, check_name = FALSE)
7
- })
+ withr::local_options(usethis.quiet = TRUE)
+ create_package(dir, rstudio = FALSE, open = FALSE, check_name = FALSE)
8
9
dir
10
}
0 commit comments