| run_r_tests_for_known_hosts | R Documentation |
Enforce the environment variable RUN_R_TESTS to TRUE on known hosts.
run_r_tests_for_known_hosts()
This should go into .onLoad to force tests on known hosts.
Invisibly
NULL.
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(),
set_run_r_tests()
get_run_r_tests()
if (isFALSE(get_run_r_tests())) {
run_r_tests_for_known_hosts()
get_run_r_tests()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.