exportPattern("^[[:alpha:]]+")

#import
import("RSQLite")
import("DBI")
import("dplyr")
import("tibble")
import("zoo")
import("utils")
import("shiny")
import("readxl")
import("ggplot2")
import("RColorBrewer")
import("lubridate")
import("editData")
import("stringr")
import("readr")

importFrom("stats","window", "lm", "sd", "quantile", "ts")
importFrom("purrr", "map")
importFrom("WriteXLS","WriteXLS")
importFrom("readr", "read_table", "read_lines")
importFrom("stringr", "str_split_fixed", "str_detect")
importFrom("grDevices", "colors")
importFrom("directlabels", "dl.combine", "geom_dl")
importFrom("openair", "cutData")
