| set_testing_slow | R Documentation |
This function sets an environment variable TEST_FAST to 'false' which
is used to flag if a test should be skipped or not. If you place
skip_if_testing_is_fast in a test then it will
check if TEST_FAST is 'true', if it is, then it will skip the next
expectations with a test_that() block. Please note that this function
is to be used in gwasrapidd development.
set_testing_slow()
Returns NULL. This function should be used for its side
effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.