forked from Biogen-Inc/tidyCDISC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
134 lines (133 loc) · 3.49 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(app_anova)
export(app_boxplot)
export(app_chg)
export(app_freq)
export(app_heatmap)
export(app_km_curve)
export(app_lineplot)
export(app_max_freq)
export(app_mean)
export(app_methods)
export(app_nested_freq)
export(app_non_missing)
export(app_scatterplot)
export(app_spaghettiplot)
export(app_y)
export(cleanADAE)
export(col_for_list_expr)
export(combineBDS)
export(common_rownames)
export(data_to_filter)
export(data_to_use_str)
export(getLevels)
export(prep_adae)
export(prep_adsl)
export(prep_sas_table)
export(prep_tg_table)
export(pretty_blocks)
export(readData)
export(run_app)
export(varN_fctr_reorder)
import(IDEAFilter)
import(dplyr)
import(ggplot2)
import(gt)
import(shiny)
import(tidyr)
importFrom(GGally,ggsurv)
importFrom(IDEAFilter,shiny_data_filter)
importFrom(IDEAFilter,shiny_data_filter_ui)
importFrom(RColorBrewer,brewer.pal)
importFrom(broom,tidy)
importFrom(cicerone,Cicerone)
importFrom(cicerone,use_cicerone)
importFrom(data.table,":=")
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(dplyr,"%>%")
importFrom(dplyr,case_when)
importFrom(forcats,fct_count)
importFrom(forcats,fct_reorder)
importFrom(ggcorrplot,cor_pmat)
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,gt_output)
importFrom(haven,read_sas)
importFrom(haven,zap_formats)
importFrom(haven,zap_label)
importFrom(htmltools,HTML)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(magrittr,"%>%")
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,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(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinyWidgets,materialSwitch)
importFrom(shinyWidgets,pickerInput)
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(stringi,"%s+%")
importFrom(stringi,stri_replace_all_regex)
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(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate_rows)
importFrom(tidyselect,any_of)
importFrom(timevis,renderTimevis)
importFrom(timevis,setOptions)
importFrom(timevis,timevis)
importFrom(timevis,timevisOutput)
importFrom(tippy,tippy)
importFrom(utils,capture.output)
importFrom(waiter,use_waiter)