-
Notifications
You must be signed in to change notification settings - Fork 24
/
NAMESPACE
93 lines (92 loc) · 2.16 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Generated by roxygen2: do not edit by hand
export("%>%")
export(app_startup)
export(chartsNav)
export(chartsNavUI)
export(chartsTab)
export(chartsTabUI)
export(detectStandard)
export(evaluateStandard)
export(filterTab)
export(filterTabChecks)
export(filterTabUI)
export(generateMappingList)
export(homeTab)
export(homeTabUI)
export(loadCharts)
export(loadChartsUI)
export(loadData)
export(loadDataUI)
export(makeChartConfig)
export(makeChartExport)
export(makeChartParams)
export(makeChartSummary)
export(makeMapping)
export(makeMeta)
export(mappingColumn)
export(mappingColumnUI)
export(mappingDomain)
export(mappingDomainUI)
export(mappingSelect)
export(mappingSelectUI)
export(mappingTab)
export(mappingTabUI)
export(prepareChart)
export(profileTab)
export(profileTabUI)
export(safetyGraphicsApp)
export(safetyGraphicsInit)
export(safetyGraphicsServer)
export(safetyGraphicsUI)
export(settingsCharts)
export(settingsChartsUI)
export(settingsCode)
export(settingsCodeUI)
export(settingsData)
export(settingsDataUI)
export(settingsMapping)
export(settingsMappingUI)
export(settingsTab)
export(settingsTabUI)
import(datamods)
import(dplyr)
import(purrr)
import(rclipboard)
import(safetyCharts)
import(safetyData)
import(shiny)
import(yaml)
importFrom(DT,renderDT)
importFrom(magrittr,"%>%")
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_lgl)
importFrom(purrr,set_names)
importFrom(rlang,.data)
importFrom(shiny,dataTableOutput)
importFrom(shiny,renderDataTable)
importFrom(shinyjs,addClass)
importFrom(shinyjs,delay)
importFrom(shinyjs,disable)
importFrom(shinyjs,disabled)
importFrom(shinyjs,enable)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,html)
importFrom(shinyjs,removeClass)
importFrom(shinyjs,show)
importFrom(shinyjs,toggleClass)
importFrom(shinyjs,useShinyjs)
importFrom(sortable,add_rank_list)
importFrom(sortable,bucket_list)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_to_title)
importFrom(stringr,str_to_upper)
importFrom(tidyr,replace_na)
importFrom(tidyr,starts_with)
importFrom(utils,hasName)
importFrom(utils,zip)
importFrom(yaml,as.yaml)