Learn R Programming

netmhc2pan (version 1.3.2)

is_on_appveyor: Determines if the environment is AppVeyor

Description

Determines if the environment is AppVeyor

Usage

is_on_appveyor()

Arguments

Value

TRUE if run on AppVeyor, FALSE otherwise

Author

Richèl J.C. Bilderbeek

Examples

Run this code
  if (is_on_appveyor()) {
    message("Running on AppVeyor")
  }

Run the code above in your browser using DataLab