forked from asiripanich/emdash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.6 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(COLLECTIONS)
export(anonymize_uuid)
export(connect_stage_collections)
export(convert_columns_to_datetime)
export(convert_datetime_string_to_datetime)
export(generate_trajectories)
export(mod_mapview_ui)
export(normalise_uuid)
export(query_cleaned_locations)
export(query_cleaned_place)
export(query_cleaned_section)
export(query_cleaned_trips)
export(query_raw_trips)
export(query_server_calls)
export(query_stage_profiles)
export(query_stage_uuids)
export(run_app)
export(summarise_server_calls)
export(summarise_trips)
export(tidy_cleaned_locations)
export(tidy_cleaned_trips)
export(tidy_participants)
export(tidy_server_calls)
import(data.table)
import(mapview)
import(shiny)
import(shinydashboard)
importFrom(config,get)
importFrom(esquisse,esquisserServer)
importFrom(esquisse,esquisserUI)
importFrom(flexdashboard,gauge)
importFrom(flexdashboard,gaugeOutput)
importFrom(flexdashboard,gaugeSectors)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,theme_minimal)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(magrittr,"%>%")
importFrom(sf,st_drop_geometry)
importFrom(sf,st_linestring)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)