is_on_appveyor {beautier}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 beautier version 2.6.12 Index]