useDynLib(DySS, .registration=TRUE)
importFrom(Rcpp, evalCpp)
import(utils)
import(stats)
import(graphics)
import(ggplot2)
import(gridExtra)

export(search_CL)
export(calculate_ATS)
export(calculate_signal_times)
export(estimate_pattern_long_1d)
export(estimate_pattern_long_md)
export(estimate_pattern_long_surv)
export(evaluate_control_chart_one_group)
export(evaluate_control_chart_two_groups)
export(monitor_long_1d)
export(monitor_long_md)
export(monitor_long_surv)
export(plot_evaluation)
export(plot_PMROC)
