Description Usage Arguments See Also
Alias for devtools::check()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | rchk(
pkg = ".",
document = NA,
build_args = NULL,
...,
manual = FALSE,
cran = TRUE,
remote = FALSE,
incoming = remote,
force_suggests = FALSE,
run_dont_test = FALSE,
args = "--timings",
env_vars = c(NOT_CRAN = "true"),
quiet = FALSE,
check_dir = tempdir(),
cleanup = TRUE,
vignettes = TRUE,
error_on = c("never", "error", "warning", "note")
)
|
pkg |
The package to use, can be a file path to the package or a
package object. See |
document |
If |
build_args |
Additional arguments passed to |
... |
Additional arguments passed on to |
manual |
If |
cran |
if |
remote |
Sets |
incoming |
Sets |
force_suggests |
Sets |
run_dont_test |
Sets |
args |
Character vector of arguments to pass to
|
env_vars |
Environment variables set during |
quiet |
if |
check_dir |
the directory in which the package is checked
compatibility. |
cleanup |
Deprecated. |
vignettes |
If |
error_on |
Whether to throw an error on |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.