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

S3method(print, catalog)
S3method(plot, catalog)
S3method(print, etas)
S3method(plot, etas)

useDynLib(ETAS)

importFrom("graphics", "abline", "axis", "dotchart", "layout", "par",
           "plot", "points", "polygon", "mtext", "title", "lines", "rug")
importFrom("stats", "density", "lm", "plot.ts", "runif", "punif",
           "ks.test", "quantile")
importFrom("utils", "installed.packages", "download.file", "read.table")
importFrom("lattice", "xyplot")
importFrom("maps", "map")

importFrom("Rcpp", "evalCpp")
