
# Import all packages listed as Imports or Depends
import("grDevices")
import("utils")
importFrom("raster",raster)
importFrom("raster",extent)
importFrom("raster",crop)
importFrom("raster",aggregate)
importFrom("raster",flip)
importFrom("raster",brick)
importFrom("raster",projection)
importFrom("raster",getValues)
importFrom("raster",init)
importFrom("raster",mask)
importFrom("raster",extract)
importFrom("plotly",ggplotly)
importFrom("plotly",layout)
importFrom("reshape2",acast)
importFrom("plotrix", color.legend)
importFrom("fields", image.plot)
importFrom("abind", abind)
import("extrafont")
import("maps")
import("mapdata")
import("lubridate")
importFrom("sp", SpatialLines, Lines, Line, proj4string)
importFrom("stats", setNames)
import("methods")
import("graphics", except=c(layout))
import("ncdf4")
import("ggplot2")
importFrom("sf",st_as_sf)

# Export all names
exportPattern("^[^\\.]")



