Skip to contents

Check if "CI" environment variable is set to TRUE

Usage

is_on_ci()

Value

TRUE/FALSE

Examples

if (FALSE) { # \dontrun{
  is_on_ci()
} # }