forked from gdauby/conrappli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
232 lines (231 loc) · 6.62 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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
# Generated by roxygen2: do not edit by hand
export("%>%")
export(bs_theme_conr)
export(collect_rast)
export(collect_shp)
export(conr_server)
export(conr_ui)
export(coord_accuracy)
export(criterion_b_server)
export(criterion_b_ui)
export(data_display_server)
export(data_display_ui)
export(data_filterout_server)
export(data_filterout_ui)
export(data_full_server)
export(data_full_ui)
export(data_import_gbif_server)
export(data_import_gbif_ui)
export(data_import_polygon_server)
export(data_import_polygon_ui)
export(data_import_rainbio_server)
export(data_import_rainbio_ui)
export(data_import_server)
export(data_import_ui)
export(data_validation_server)
export(data_validation_ui)
export(data_variable_server)
export(data_variable_ui)
export(exclude_violating_records)
export(extract_overlap_shp)
export(extract_violating_records)
export(filtering_out_data)
export(identify_violating_records)
export(launch)
export(mapping_server)
export(mapping_ui)
export(prepare_data_validate)
export(query_exact_match)
export(query_fuzzy_match)
export(query_rb_poly)
export(query_rb_taxa)
export(query_taxa)
export(retrieve_occ_data)
export(search_species_info)
export(summary_report_server)
export(summary_report_ui)
export(validation_rules)
importFrom(ConR,AOO.computing)
importFrom(ConR,EOO.computing)
importFrom(ConR,cat_criterion_b)
importFrom(ConR,locations.comp)
importFrom(DBI,dbClearResult)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbFetch)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbSendQuery)
importFrom(RPostgres,Postgres)
importFrom(bdc,bdc_coordinates_empty)
importFrom(bdc,bdc_coordinates_outOfRange)
importFrom(bdc,bdc_scientificName_empty)
importFrom(bslib,bs_add_rules)
importFrom(bslib,bs_theme)
importFrom(bslib,font_google)
importFrom(bslib,nav)
importFrom(bslib,nav_item)
importFrom(bslib,nav_panel)
importFrom(bslib,nav_panel_hidden)
importFrom(bslib,nav_select)
importFrom(bslib,nav_spacer)
importFrom(bslib,navset_card_pill)
importFrom(bslib,navset_hidden)
importFrom(bslib,navset_pill)
importFrom(bslib,page_navbar)
importFrom(bslib,sidebar)
importFrom(bslib,sidebar_toggle)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(datamods,i18n)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,collect)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_all)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,near)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,sym)
importFrom(dplyr,tbl)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(glue,glue_sql)
importFrom(grDevices,palette)
importFrom(htmltools,HTML)
importFrom(htmltools,css)
importFrom(htmltools,doRenderTags)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(leaflet,addCircles)
importFrom(leaflet,addLayersControl)
importFrom(leaflet,addMarkers)
importFrom(leaflet,addPolygons)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,addScaleBar)
importFrom(leaflet,addTiles)
importFrom(leaflet,clearMarkers)
importFrom(leaflet,colorNumeric)
importFrom(leaflet,invokeMethod)
importFrom(leaflet,layersControlOptions)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletOptions)
importFrom(leaflet,leafletOutput)
importFrom(leaflet,leafletProxy)
importFrom(leaflet,providers)
importFrom(leaflet,renderLeaflet)
importFrom(leaflet,setView)
importFrom(leafpm,addPmToolbar)
importFrom(leafpm,pmCutOptions)
importFrom(leafpm,pmDrawOptions)
importFrom(leafpm,pmEditOptions)
importFrom(leafpm,pmToolbarOptions)
importFrom(measurements,conv_unit)
importFrom(phosphoricons,html_dependency_phosphor)
importFrom(phosphoricons,ph)
importFrom(phosphoricons,ph_i)
importFrom(reactable,colDef)
importFrom(reactable,reactable)
importFrom(reactable,reactableLang)
importFrom(reactable,reactableTheme)
importFrom(reactable,renderReactable)
importFrom(rnaturalearth,ne_countries)
importFrom(sf,"st_crs<-")
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_as_text)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_combine)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_make_grid)
importFrom(sf,st_polygon)
importFrom(sf,st_read)
importFrom(sf,st_set_crs)
importFrom(sf,st_set_geometry)
importFrom(sf,st_sf)
importFrom(sf,st_transform)
importFrom(shiny,NS)
importFrom(shiny,absolutePanel)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,addResourcePath)
importFrom(shiny,bindEvent)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,downloadLink)
importFrom(shiny,eventReactive)
importFrom(shiny,fileInput)
importFrom(shiny,fluidRow)
importFrom(shiny,icon)
importFrom(shiny,includeHTML)
importFrom(shiny,insertUI)
importFrom(shiny,isTruthy)
importFrom(shiny,moduleServer)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,outputOptions)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,reactiveValuesToList)
importFrom(shiny,removeUI)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,selectInput)
importFrom(shiny,selectizeInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sliderInput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateActionButton)
importFrom(shinyWidgets,alert)
importFrom(shinyWidgets,dropMenu)
importFrom(shinyWidgets,execute_safely)
importFrom(shinyWidgets,panel)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(shinyWidgets,updateRadioGroupButtons)
importFrom(shinyWidgets,updateVirtualSelect)
importFrom(shinyWidgets,virtualSelectInput)
importFrom(shinybusy,remove_modal_spinner)
importFrom(shinybusy,show_modal_spinner)
importFrom(shinybusy,update_modal_spinner)
importFrom(shinyjs,addClass)
importFrom(shinyjs,removeCssClass)
importFrom(stats,setNames)
importFrom(taxize,get_gbifid_)
importFrom(terra,rast)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)
importFrom(utils,hasName)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(validate,label)
importFrom(validate,validator)