-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
169 lines (168 loc) · 4.43 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
# 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(extractBlue)
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(remoteNCDF)
export(runQC)
export(sei)
export(shinyReport)
export(windDir)
export(windSpd)
export(writeQC)
importFrom(R.utils,gunzip)
importFrom(RColorBrewer,brewer.pal)
importFrom(data.table,":=")
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,count)
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,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(fasttime,fastPOSIXct)
importFrom(foreach,"%dopar%")
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(future,plan)
importFrom(gdistance,costDistance)
importFrom(geodist,geodist)
importFrom(grDevices,extendrange)
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(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(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
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(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_read)
importFrom(sf,st_simplify)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(shiny,runApp)
importFrom(shiny,shinyOptions)
importFrom(stats,approx)
importFrom(stats,median)
importFrom(stats,time)
importFrom(stringr,str_split)
importFrom(terra,"crs<-")
importFrom(terra,"time<-")
importFrom(terra,allNA)
importFrom(terra,crds)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,rast)
importFrom(terra,unwrap)
importFrom(terra,values)
importFrom(terra,wrap)
importFrom(terra,writeRaster)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,browseURL)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,flush.console)
importFrom(utils,globalVariables)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,unzip)
importFrom(viridis,scale_fill_viridis)
importFrom(xml2,as_list)
importFrom(xml2,read_html)