Learn R Programming

gwasrapidd (version 0.99.17)

skip_if_testing_is_fast: Skips a test if TEST_FAST is 'true'

Description

This function checks the value of TEST_FAST, if it is 'true' it skips the test otherwise it still runs the following expectations. Please note that this function is to be used in gwasrapidd development.

Usage

skip_if_testing_is_fast()

Arguments

Value

Returns TRUE if the environment variable 'TEST_FAST' is set to 'false', or does not return anything but triggers the side effect of skipping the next test (with testthat).