# Generated by roxygen2: do not edit by hand

# Import required packages
import(jsonlite)
import(dplyr)
importFrom(ggplot2, ggplot, aes, geom_point, geom_line, geom_histogram, 
           geom_boxplot, labs, theme_minimal, ggsave)
importFrom(forecast, Arima, auto.arima, forecast, accuracy, decompose)
importFrom(broom, tidy, glance)
importFrom(knitr, kable)
importFrom(cluster, kmeans)
importFrom(rpart, rpart)
importFrom(randomForest, randomForest)
importFrom(plm, plm)
importFrom(lmtest, coeftest)
importFrom(sandwich, vcovHC)
importFrom(AER, ivreg)
importFrom(vars, VAR)

# Export utility functions
export(rmcp_progress)
export(validate_json_input)
export(format_json_output)
export(`%||%`)
export(check_packages)
export(safe_json)