-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.23 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
# Generated by roxygen2: do not edit by hand
export(aec_add_carto_f)
export(aec_carto_f)
export(aec_carto_join_f)
export(aec_extract_f)
export(allocate_electorate)
export(extract_centroids)
export(firstpref_pollingbooth_download)
export(get_electorate_shapes)
export(launch_app)
export(load_shapefile)
export(mapping_fn)
export(nat_data_download)
export(nat_map_download)
export(sF_download)
export(twocand_pollingbooth_download)
export(twoparty_pollingbooth_download)
export(weighted_avg_census)
export(weighted_avg_census_sa1)
import(dplyr)
import(ggplot2)
import(ggthemes)
import(sf)
import(shiny)
import(stringi)
import(tidyselect)
importFrom(colourpicker,colourInput)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(plotly,event_data)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(plotly,style)
importFrom(purrr,map2)
importFrom(purrr,map_df)
importFrom(purrr,when)
importFrom(rmapshaper,ms_simplify)
importFrom(spbabel,sptable)
importFrom(stats,dist)
importFrom(tibble,column_to_rownames)
importFrom(tidyr,gather)