-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
153 lines (152 loc) · 3.96 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Generated by roxygen2: do not edit by hand
export(adae_r001)
export(ae_pre_processor)
export(data_attrib)
export(data_read)
export(empty_plot)
export(event_analysis)
export(forest_plot)
export(g_seriescol)
export(g_seriessym)
export(interval_plot)
export(mcatstat)
export(mdisplay)
export(mentry)
export(multi_interval)
export(reverselog_trans)
export(risk_stat)
export(riskdiff_wald)
export(run_app)
export(save_file)
export(var_start)
export(volcano_plot)
import(dplyr)
import(epitools)
import(flextable)
import(ggplot2)
import(htmltools)
import(officer)
import(scales)
import(shiny)
import(shinyWidgets)
import(tools)
importFrom(DT,addRow)
importFrom(DT,colReorder)
importFrom(DT,datatable)
importFrom(DT,formatDate)
importFrom(DT,formatPercentage)
importFrom(DT,formatRound)
importFrom(DT,formatStyle)
importFrom(DT,saveWidget)
importFrom(DT,selectCells)
importFrom(DT,selectColumns)
importFrom(DT,selectPage)
importFrom(DT,selectRows)
importFrom(DT,showCols)
importFrom(DT,styleEqual)
importFrom(DT,styleInterval)
importFrom(DT,tableFooter)
importFrom(DT,tableHeader)
importFrom(bs4Dash,accordion)
importFrom(bs4Dash,accordionItem)
importFrom(bs4Dash,box)
importFrom(bs4Dash,boxSidebar)
importFrom(bs4Dash,bs4Card)
importFrom(bs4Dash,dashboardBody)
importFrom(bs4Dash,dashboardHeader)
importFrom(bs4Dash,dashboardPage)
importFrom(bs4Dash,dashboardSidebar)
importFrom(bs4Dash,menuItem)
importFrom(bs4Dash,menuItemOutput)
importFrom(bs4Dash,navbarTab)
importFrom(bs4Dash,renderMenu)
importFrom(bs4Dash,sidebarMenu)
importFrom(bs4Dash,tabBox)
importFrom(bs4Dash,tabItem)
importFrom(bs4Dash,tabItems)
importFrom(bs4Dash,tooltip)
importFrom(bs4Dash,updateNavbarTabs)
importFrom(forcats,fct_inorder)
importFrom(forcats,fct_match)
importFrom(forcats,fct_recode)
importFrom(forcats,fct_relabel)
importFrom(forcats,fct_relevel)
importFrom(forcats,fct_reorder)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(rlang,as_function)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,as_string)
importFrom(rlang,call2)
importFrom(rlang,call_name)
importFrom(rlang,caller_env)
importFrom(rlang,current_env)
importFrom(rlang,enexpr)
importFrom(rlang,eval_bare)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,expr_interp)
importFrom(rlang,expr_label)
importFrom(rlang,exprs)
importFrom(rlang,f_lhs)
importFrom(rlang,f_rhs)
importFrom(rlang,inform)
importFrom(rlang,is_expression)
importFrom(rlang,is_missing)
importFrom(rlang,new_formula)
importFrom(rlang,parse_expr)
importFrom(rlang,parse_exprs)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rlang,type_of)
importFrom(rlang,warn)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinyjs,click)
importFrom(shinyjs,delay)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,js)
importFrom(shinyjs,onclick)
importFrom(shinyjs,runjs)
importFrom(shinyjs,show)
importFrom(shinyjs,toggle)
importFrom(shinyjs,toggleClass)
importFrom(shinyjs,toggleState)
importFrom(shinyjs,useShinyjs)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,qnorm)
importFrom(stats,reorder)
importFrom(stats,setNames)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_glue)
importFrom(stringr,str_length)
importFrom(stringr,str_locate)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_title)
importFrom(stringr,str_to_upper)
importFrom(stringr,str_trim)
importFrom(stringr,str_wrap)