-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
111 lines (110 loc) · 3.09 KB
/
NAMESPACE
File metadata and controls
111 lines (110 loc) · 3.09 KB
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
# Generated by roxygen2: do not edit by hand
export(addCustomPointsToGGplot)
export(calculateRescalingFactors)
export(customPointsServer)
export(customPointsUI)
export(dataExportButton)
export(dataExportServer)
export(exportXLSX)
export(extractTitle)
export(fontChoicesSelect)
export(formatLegendOfGGplot)
export(formatPointsOfGGplot)
export(formatRangesOfGGplot)
export(formatScalesOfGGplot)
export(formatTitlesOfGGplot)
export(getPointStyle)
export(headerButtonsUI)
export(includeShinyToolsCSS)
export(plotExportButton)
export(plotExportServer)
export(plotLegendServer)
export(plotLegendUI)
export(plotPointsServer)
export(plotPointsUI)
export(plotRangesServer)
export(plotRangesUI)
export(plotTitlesServer)
export(plotTitlesUI)
export(resolveValue)
export(setLegendThemeOfGGplot)
export(shinyTryCatch)
export(symbolChoicesSelect)
export(textExportButton)
export(textExportServer)
export(updateUserInputs)
export(vectorInputServer)
export(vectorInputUI)
import(shiny)
importFrom(colourpicker,colourInput)
importFrom(dplyr,all_of)
importFrom(dplyr,as_label)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(futile.logger,flog.debug)
importFrom(futile.logger,flog.info)
importFrom(futile.logger,flog.warn)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_errorbarh)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,waiver)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,recordPlot)
importFrom(grDevices,svg)
importFrom(grDevices,tiff)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(magrittr,"%>%")
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,write.xlsx)
importFrom(openxlsx,writeData)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(plotly,save_image)
importFrom(rjson,toJSON)
importFrom(rlang,.data)
importFrom(rlang,eval_tidy)
importFrom(rlang,sym)
importFrom(scales,pseudo_log_trans)
importFrom(scales,sqrt_trans)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,pickerOptions)
importFrom(shinyWidgets,updatePickerInput)
importFrom(shinyalert,shinyalert)
importFrom(shinyjs,alert)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,hide)
importFrom(stats,lm)
importFrom(stats,setNames)
importFrom(utils,capture.output)
importFrom(utils,write.table)
importFrom(yaml,yaml.load_file)