is_on_github_actions {pureseqtmr}R Documentation

Determines if the environment is GitHub Actions

Description

Determines if the environment is GitHub Actions

Usage

is_on_github_actions()

Value

TRUE if run on GitHub Actions, FALSE otherwise

Author(s)

Richèl J.C. Bilderbeek

Examples

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

[Package pureseqtmr version 1.4 Index]