MazamaCoreUtils (version 0.4.2)

check_slowest: Check and run donttest and dontrun examples, max testing

Description

Runs devtools::check() with maximal testing options. This is a wrapper for:

devtools::check(
  args = c("--run-donttest", "--run-dontrun", "--use-gct")
)

Usage

check_slowest(pkg = ".")

Arguments

pkg

passed to devtools::check()

Value

No return.