forked from IMOS-AnimalTracking/remora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
182 lines (181 loc) · 4.82 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
# Generated by roxygen2: do not edit by hand
export(choose_file)
export(det_per_receiver_location)
export(det_per_species)
export(det_per_station)
export(det_per_tag)
export(det_per_tag_location)
export(det_species_station)
export(extractEnv)
export(extractMoor)
export(getDistance)
export(getOverlap)
export(get_expert_distribution_shp_CAAB)
export(grabQC)
export(imos_variables)
export(mooringDownload)
export(mooringTable)
export(n_detections)
export(n_receivers)
export(n_species)
export(n_tags)
export(plotDT)
export(plotQC)
export(plotQCint)
export(runQC)
export(sei)
export(shinyReport)
export(writeQC)
import(ncdf4)
importFrom(R.utils,gunzip)
importFrom(RColorBrewer,brewer.pal)
importFrom(data.table,":=")
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setattr)
importFrom(data.table,setcolorder)
importFrom(data.table,setkey)
importFrom(dplyr,"%>%")
importFrom(dplyr,'%>%')
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,nest_by)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(fasttime,fastPOSIXct)
importFrom(fs,file_temp)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(future,plan)
importFrom(gdistance,costDistance)
importFrom(geosphere,distGeo)
importFrom(gmt,geodist)
importFrom(grDevices,dev.off)
importFrom(grDevices,extendrange)
importFrom(grDevices,png)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(htmlwidgets,saveWidget)
importFrom(kableExtra,column_spec)
importFrom(kableExtra,kable_paper)
importFrom(knitr,kable)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addLayersControl)
importFrom(leaflet,addLegend)
importFrom(leaflet,addMarkers)
importFrom(leaflet,addPolygons)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,fitBounds)
importFrom(leaflet,layersControlOptions)
importFrom(leaflet,leaflet)
importFrom(leaflet,markerClusterOptions)
importFrom(lubridate,"%within%")
importFrom(lubridate,as.duration)
importFrom(lubridate,as_date)
importFrom(lubridate,date)
importFrom(lubridate,dhours)
importFrom(lubridate,dmy)
importFrom(lubridate,dmy_hm)
importFrom(lubridate,dmy_hms)
importFrom(lubridate,interval)
importFrom(lubridate,parse_date_time2)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,'%$%')
importFrom(maps,map)
importFrom(maps,map.axes)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncvar_get)
importFrom(parallel,detectCores)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,subplot)
importFrom(plyr,'.')
importFrom(plyr,count)
importFrom(plyr,ddply)
importFrom(plyr,ldply)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(purrr,map_dfr)
importFrom(raster,"projection<-")
importFrom(raster,addLayer)
importFrom(raster,coordinates)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,setZ)
importFrom(raster,stack)
importFrom(raster,writeRaster)
importFrom(readr,col_character)
importFrom(readr,col_datetime)
importFrom(readr,col_double)
importFrom(readr,col_guess)
importFrom(readr,col_integer)
importFrom(readr,col_logical)
importFrom(readr,cols)
importFrom(readr,cols_only)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(readr,write_delim)
importFrom(rgdal,readOGR)
importFrom(rgeos,gBuffer)
importFrom(rgeos,gSimplify)
importFrom(rgeos,gUnion)
importFrom(scales,alpha)
importFrom(sf,st_as_sf)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(shiny,runApp)
importFrom(shiny,shinyOptions)
importFrom(sp,'coordinates<-')
importFrom(sp,'proj4string')
importFrom(sp,'proj4string<-')
importFrom(sp,CRS)
importFrom(sp,over)
importFrom(sp,plot)
importFrom(sp,spTransform)
importFrom(stats,approx)
importFrom(stats,median)
importFrom(stats,time)
importFrom(stringr,str_split)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(tools,file_ext)
importFrom(utils,browseURL)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,flush.console)
importFrom(utils,globalVariables)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,unzip)
importFrom(viridis,scale_fill_viridis)
importFrom(xml2,as_list)
importFrom(xml2,read_html)