is_on_appveyor {pureseqtmr} | R Documentation |
Determines if the environment is AppVeyor
Description
Determines if the environment is AppVeyor
Usage
is_on_appveyor()
Value
TRUE if run on AppVeyor, FALSE otherwise
Author(s)
Richèl J.C. Bilderbeek
Examples
if (is_on_appveyor()) {
message("Running on AppVeyor")
}
[Package pureseqtmr version 1.4 Index]