Learn R Programming

netmhc2pan (version 1.3.2)

is_on_github_actions: Determines if the environment is GitHub Actions

Description

Determines if the environment is GitHub Actions

Usage

is_on_github_actions()

Arguments

Value

TRUE if run on GitHub Actions, FALSE otherwise

Author

Richèl J.C. Bilderbeek

Examples

Run this code
if (is_on_github_actions()) {
  message("Running on GitHub Actions")
}

Run the code above in your browser using DataLab