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")
0.1
checked.tty_tick_interval
R_CHECKED_TTY_TICK_INTERVAL (evaluated if possible, raw string otherwise)
"never"
checked.results_error_on
R_CHECKED_RESULTS_ERROR_ON (evaluated if possible, raw string otherwise)
"all"
checked.results_keep
R_CHECKED_RESULTS_KEEP (evaluated if possible, raw string otherwise)
NA
checked.restore
R_CHECKED_RESTORE (evaluated if possible, raw string otherwise)
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)
c("--no-build-vignettes", "--no-manual")
checked.check_build_args
R_CHECKED_CHECK_BUILD_ARGS (space-separated R CMD build flags)
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