R/setup.R
is_setup.Rd
Tests whether Julia is configured and ForecastBaselines.jl is accessible.
is_setup()
TRUE if setup is complete, FALSE otherwise
if (FALSE) { # \dontrun{ if (is_setup()) { # Use forecasting functions } else { setup_ForecastBaselines() } } # }