# Export all names
exportPattern(".")

# Import all packages listed as Depends
import(
  ggplot2,
  RColorBrewer,
  rgdal,
  grid
)
