-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
59 lines (58 loc) · 1.56 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
# Generated by roxygen2: do not edit by hand
export(evaljs)
export(vl_demo)
export(vl_map_server)
export(vl_map_ui)
export(vl_map_ui_postamble)
importFrom(abind,abind)
importFrom(dplyr,across)
importFrom(dplyr,bind_cols)
importFrom(dplyr,everything)
importFrom(dplyr,mutate)
importFrom(dplyr,tribble)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,png)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(leaflet,WMSTileOptions)
importFrom(leaflet,addTiles)
importFrom(leaflet,addWMSTiles)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletCRS)
importFrom(leaflet,leafletOptions)
importFrom(leaflet,setView)
importFrom(leaflet,tileOptions)
importFrom(magrittr,"%>%")
importFrom(sf,`st_crs<-`)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_geometry)
importFrom(sf,st_transform)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,addResourcePath)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,icon)
importFrom(shiny,isolate)
importFrom(shiny,moduleServer)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,onSessionEnded)
importFrom(shiny,reactive)
importFrom(shiny,reactiveVal)
importFrom(shiny,req)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,singleton)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(stats,runif)
importFrom(tibble,tibble)
importFrom(vapour,gdal_raster_data)