powered by
Runs devtools::check() with appropriate arguments to avoid building or checking vignettes. This is a wrapper for:
devtools::check( build_args = c("--no-build-vignettes"), args = c("--ignore-vignettes") )
check_fast(pkg = ".")
passed to devtools::check()
devtools::check()
No return.