-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
71 lines (70 loc) · 1.69 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(efficacy_models)
export(fmt_ci)
export(fmt_est)
export(fmt_num)
export(fmt_pval)
export(nest_rowlabels)
export(num_fmt)
export(pad_row)
export(run_app)
export(set_data_path)
export(tooltip_text)
import(Tplyr)
import(dplyr)
import(ggplot2)
import(rtables)
import(tippy)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(glue,glue)
importFrom(golem,with_golem_options)
importFrom(graphics,pairs)
importFrom(magrittr,"%>%")
importFrom(reactable,colDef)
importFrom(reactable,colGroup)
importFrom(reactable,reactable)
importFrom(reactable,reactableOutput)
importFrom(reactable,renderReactable)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,h4)
importFrom(shiny,h6)
importFrom(shiny,imageOutput)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,renderImage)
importFrom(shiny,renderPlot)
importFrom(shiny,renderUI)
importFrom(shiny,shinyApp)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,uiOutput)
importFrom(stats,confint)
importFrom(stats,drop1)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stringr,str_pad)
importFrom(teal,init)
importFrom(teal,module)
importFrom(teal,modules)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)