-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
39 lines (38 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(renderTopogram)
export(topogram)
export(topogramOutput)
export(topogram_labs)
export(topogram_legend)
export(topogram_proxy)
export(topogram_proxy_iteration)
export(topogram_proxy_update)
export(topogram_select)
importFrom(geojsonio,geo2topo)
importFrom(geojsonio,geojson_json)
importFrom(glue,glue_data)
importFrom(htmltools,css)
importFrom(htmltools,doRenderTags)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(htmltools,validateCssUnit)
importFrom(htmlwidgets,JS)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(rlang,is_character)
importFrom(rlang,is_function)
importFrom(rlang,is_list)
importFrom(rlang,is_named)
importFrom(rlang,is_null)
importFrom(scales,col_numeric)
importFrom(scales,colour_ramp)
importFrom(scales,rescale)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(stats,model.frame)
importFrom(stats,setNames)
importFrom(utils,modifyList)