-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
51 lines (50 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
export(buildPlot)
export(buildPlot.Histogram)
export(buildPlot.Model)
export(buildReport)
export(buildTable)
import(RColorBrewer)
import(data.table)
import(ggplot2)
import(grDevices)
import(highcharter)
import(scales)
import(yaml)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,is.data.table)
importFrom(flextable,align)
importFrom(flextable,bold)
importFrom(flextable,border)
importFrom(flextable,flextable)
importFrom(flextable,font)
importFrom(flextable,fontsize)
importFrom(flextable,set_caption)
importFrom(ggthemes,theme_foundation)
importFrom(grDevices,hcl.colors)
importFrom(graphics,hist)
importFrom(gt,cell_borders)
importFrom(gt,cell_text)
importFrom(gt,cells_body)
importFrom(gt,cells_column_labels)
importFrom(gt,gt)
importFrom(gt,px)
importFrom(gt,tab_caption)
importFrom(gt,tab_options)
importFrom(gt,tab_style)
importFrom(htmlwidgets,saveWidget)
importFrom(kableExtra,column_spec)
importFrom(kableExtra,kable)
importFrom(kableExtra,kable_styling)
importFrom(kableExtra,row_spec)
importFrom(officer,fp_border)
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,toRGB)
importFrom(stats,density)
importFrom(stats,quantile)
importFrom(utils,modifyList)
importFrom(utils,tail)
importFrom(webshot2,webshot)