powered by
Check whether or not a package option (set via set_options) force is not set or set to TRUE.
set_options
TRUE
is_force(x = .packages()[1])
The option under which an element "force" is to be searched for.
"force"
TRUE if option x[["force"]] is either TRUE or NULL (i.e. not set at all).
x[["force"]]
NULL
Other option functions: get_options(), set_options()
get_options()
set_options()
Other logical helpers: get_run_r_tests(), is_batch(), is_cran(), is_false(), is_installed(), is_not_false(), is_null_or_true(), is_of_length_zero(), is_r_cmd_check(), is_r_package_installed(), is_running_on_fvafrcu_machines(), is_running_on_gitlab_com(), is_success(), is_version_sufficient(), is_windows()
get_run_r_tests()
is_batch()
is_cran()
is_false()
is_installed()
is_not_false()
is_null_or_true()
is_of_length_zero()
is_r_cmd_check()
is_r_package_installed()
is_running_on_fvafrcu_machines()
is_running_on_gitlab_com()
is_success()
is_version_sufficient()
is_windows()
# NOT RUN { is_force() set_options(list(force = FALSE)) get_options(flatten_list = FALSE) is_force() # }
Run the code above in your browser using DataLab