R/is_on_ci.R
is_on_appveyor.Rd
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") }