is_on_appveyor {netmhc2pan}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 netmhc2pan version 1.3.2 Index]