import(ggplot2)
importFrom("brnn", "brnn", "predict.brnn")
importFrom("reshape2", "melt", "dcast")
importFrom("scales", "pretty_breaks")
importFrom("stats", "cor", "lm", "qt", "quantile", "predict", "sd", "as.formula", "princomp", "model.matrix", "median")
importFrom("utils", "capture.output", "setTxtProgressBar", "txtProgressBar")
importFrom("graphics", "plot")
importFrom("MLmetrics", "RRSE", "RMSE")
importFrom("RWeka", "M5P", "Bagging", "Weka_control")
importFrom("dplyr", "select", "desc")
importFrom("caret", "train")
importFrom("randomForest", "randomForest")
importFrom("oce", "rescale")
importFrom("gridExtra", "grid.arrange")

export(daily_response)
export(plot_extreme)
export(plot_heatmap)
export(plot_specific)
export(critical_r)
export(count_ones)
export(years_to_rownames)
export(calculate_metrics)
export(compare_methods)
export(smooth_matrix)
export(round_df)
