-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
146 lines (145 loc) · 3.95 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
# Generated by roxygen2: do not edit by hand
export(app_methods)
export(col_for_list_expr)
export(common_rownames)
export(data_to_filter)
export(data_to_use_str)
export(get_levels)
export(prep_adae)
export(prep_adsl)
export(prep_bds)
export(pretty_IDs)
export(run_app)
export(shiny_data_filter)
export(shiny_data_filter_ui)
export(std_footnote)
export(tg_gt)
export(varN_fctr_reorder)
import(dplyr)
import(shiny)
importFrom(GGally,ggsurv)
importFrom(IDEAFilter,shiny_data_filter)
importFrom(IDEAFilter,shiny_data_filter_ui)
importFrom(cicerone,Cicerone)
importFrom(cicerone,use_cicerone)
importFrom(crayon,black)
importFrom(dplyr,"%>%")
importFrom(dplyr,case_when)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(ggcorrplot,cor_pmat)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(glue,glue)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(gt,cell_text)
importFrom(gt,cells_body)
importFrom(gt,cells_row_groups)
importFrom(gt,cells_stub)
importFrom(gt,cells_stubhead)
importFrom(gt,cols_align)
importFrom(gt,cols_hide)
importFrom(gt,cols_label)
importFrom(gt,fmt_markdown)
importFrom(gt,gt)
importFrom(gt,gt_output)
importFrom(gt,gtsave)
importFrom(gt,local_image)
importFrom(gt,md)
importFrom(gt,render_gt)
importFrom(gt,tab_header)
importFrom(gt,tab_options)
importFrom(gt,tab_stubhead)
importFrom(gt,tab_style)
importFrom(gt,text_transform)
importFrom(haven,read_sas)
importFrom(haven,zap_formats)
importFrom(haven,zap_label)
importFrom(officer,add_slide)
importFrom(officer,ph_with)
importFrom(officer,read_pptx)
importFrom(plotly,add_annotations)
importFrom(plotly,config)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,pmap)
importFrom(purrr,reduce)
importFrom(purrr,transpose)
importFrom(purrr,update_list)
importFrom(purrr,walk2)
importFrom(rlang,"!!")
importFrom(rlang,as_quosure)
importFrom(rlang,call2)
importFrom(rlang,is_empty)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(rmarkdown,render)
importFrom(rvg,dml)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,column)
importFrom(shiny,div)
importFrom(shiny,icon)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinyWidgets,checkboxGroupButtons)
importFrom(shinyWidgets,dropdownButton)
importFrom(shinyWidgets,materialSwitch)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,tooltipOptions)
importFrom(shinyWidgets,updatePickerInput)
importFrom(shinyjs,alert)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,extendShinyjs)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,inlineCSS)
importFrom(shinyjs,show)
importFrom(shinyjs,useShinyjs)
importFrom(sjlabelled,get_label)
importFrom(sjlabelled,set_label)
importFrom(stats,as.formula)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(survival,Surv)
importFrom(survival,survfit)
importFrom(tidyr,as_tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate_rows)
importFrom(timevis,renderTimevis)
importFrom(timevis,setOptions)
importFrom(timevis,timevis)
importFrom(timevis,timevisOutput)
importFrom(tippy,tippy)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,tail)