Tests whether Julia is configured and ForecastBaselines.jl is accessible.

is_setup()

Value

TRUE if setup is complete, FALSE otherwise

Examples

if (FALSE) { # \dontrun{
if (is_setup()) {
  # Use forecasting functions
} else {
  setup_ForecastBaselines()
}
} # }