-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·36 lines (35 loc) · 942 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Import all packages listed as Imports or Depends
import("grDevices")
import("utils")
import("maps")
import("mapdata")
import("cleangeo")
import("suntools")
import("raster",except=c(lines,barplot,image,hist,boxplot,text,plot))
import("dygraphs")
import("sf")
import("xts")
import("readr")
import("oceanmap")
importFrom("methods", "extends")
#importFrom("oceanmap","ggplotmap")
import("sp",except=c(plot))
import(stringr)
importFrom("stats", "runif")
importFrom("methods", "as")
importFrom("lubridate", "yday")
importFrom("pracma", "Mode")
importFrom("stats", "approx")
importFrom("methods", "is")
importFrom("plyr",ddply)
importFrom("stats", "median", "sd", "spline")
import("graphics", except=c(layout,pairs,persp,contour))
import("ncdf4")
import("ggplot2")
import("leaflet",except=c('addLegend'))
import("leaflet.extras2")
import("shiny")
import("htmlwidgets")
import("ggedit",except=c('%>%'))
# Export all names
exportPattern("^[^\\.]")