powered by
Determines if the environment is AppVeyor
is_on_appveyor()
TRUE if run on AppVeyor, FALSE otherwise
Richèl J.C. Bilderbeek
if (is_on_appveyor()) { message("Running on AppVeyor") }
Run the code above in your browser using DataLab