-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.41 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(ae_plot)
export(ae_plot_server)
export(ae_plot_ui)
export(as_label)
export(as_name)
export(enquo)
export(enquos)
export(id_server)
export(id_ui)
export(lb_tbl)
export(lb_tbl_server)
export(lb_tbl_ui)
export(overview_server)
export(overview_ui)
export(profileApp)
export(profile_server)
export(profile_ui)
import(dplyr)
import(ggplot2)
import(safetyData)
import(shiny)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(forcats,fct_reorder)
importFrom(forcats,fct_rev)
importFrom(glue,glue)
importFrom(htmltools,HTML)
importFrom(htmlwidgets,JS)
importFrom(magrittr,"%>%")
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(purrr,imap)
importFrom(purrr,map_chr)
importFrom(purrr,transpose)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,sym)
importFrom(safetyCharts,stack_events)
importFrom(shinyjs,hide)
importFrom(shinyjs,removeClass)
importFrom(shinyjs,useShinyjs)
importFrom(sparkline,spk_add_deps)
importFrom(sparkline,spk_chr)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_tibble)
importFrom(tidyselect,everything)
importFrom(utils,globalVariables)