export(XPSgrowth)
S3method(plot, "xpsg")
S3method(summary, "xpsg")

import(ggplot2)
importFrom("knitr", "knit")
importFrom("stats", "nls", "nls.control", "predict")
importFrom("methods", "is")
importFrom("utils", "capture.output", "setTxtProgressBar", "txtProgressBar")
importFrom("brnn", "brnn", "predict.brnn")
importFrom("mgcv", "gam", "predict.gam")
importFrom("dplyr", "summarise", "group_by", "n", "rename")
importFrom("magrittr", "%>%")
importFrom("graphics", "lines")
