| set_run_r_tests | R Documentation |
A convenience wrapper to Sys.getenv for setting
RUN_R_TESTS.
set_run_r_tests(x, force = FALSE)
x |
A logical, typically some function output. |
force |
Overwrite the variable if already set? |
The value RUN_R_TESTS is set to, NULL if nothing is
done.
Other test helpers:
develop_test(),
get_boolean_envvar(),
get_run_r_tests(),
is_cran(),
is_r_cmd_check(),
is_running_on_fvafrcu_machines(),
is_running_on_gitlab_com(),
run_r_tests_for_known_hosts()
set_run_r_tests(is_running_on_fvafrcu_machines())
get_run_r_tests()
set_run_r_tests(TRUE, force = TRUE)
get_run_r_tests()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.