options | R Documentation |
Internally used, package-specific options. All options will prioritize R options() values, and fall back to environment variables if undefined. If neither the option nor the environment variable is set, a default value is used.
Option values specific to checked
can be
accessed by passing the package name to env
.
options::opts(env = "checked") options::opt(x, default, env = "checked")
tty refresh interval when reporting results in milliseconds
0.1
checked.tty_tick_interval
R_CHECKED_TTY_TICK_INTERVAL (evaluated if possible, raw string otherwise)
character vector indicating whether R error should be thrown when issues are discovered when generating results. "never" means that no errors are thrown. If "issues" then errors are emitted only on issues, whereas "potential issues" stands for error on both issues and potential issues.
"never"
checked.results_error_on
R_CHECKED_RESULTS_ERROR_ON (evaluated if possible, raw string otherwise)
character vector indicating which packages should be included in the results. "all" means that all packages are kept. If "issues" then only packages with issues identified, whereas "potential_issues" stands for keeping packages with both "issues" and "potential_issues".
"all"
checked.results_keep
R_CHECKED_RESULTS_KEEP (evaluated if possible, raw string otherwise)
logical
indicating whether output directory should be unlinked before
running checks. If FALSE
, an attempt will me made to restore previous
progress from the same output
NA
checked.restore
R_CHECKED_RESTORE (evaluated if possible, raw string otherwise)
named character
vector of environment variables to use during R CMD check.
c(`_R_CHECK_FORCE_SUGGESTS_` = FALSE, `_R_CHECK_RD_XREFS_` = FALSE, `_R_CHECK_SYSTEM_CLOCK_` = FALSE, `_R_CHECK_SUGGESTS_ONLY_` = TRUE)
checked.check_envvars
R_CHECKED_CHECK_ENVVARS (evaluated if possible, raw string otherwise)
character
vector of args passed to the R CMD build.
c("--no-build-vignettes", "--no-manual")
checked.check_build_args
R_CHECKED_CHECK_BUILD_ARGS (space-separated R CMD build flags)
character
vector of args passed to the R CMD check.
c("--timings", "--ignore-vignettes", "--no-manual")
checked.check_args
R_CHECKED_CHECK_ARGS (space-separated R CMD check flags)
options getOption Sys.setenv Sys.getenv
Other documentation:
options_params
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.