-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.41 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(ipsum_examples)
export(random_DT)
export(random_dygraph)
export(random_ggplot)
export(random_ggplotly)
export(random_image)
export(random_lm)
export(random_print)
export(random_table)
export(random_text)
importFrom(DT,datatable)
importFrom(attempt,stop_if_all)
importFrom(dygraphs,dygraph)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_bin2d)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_density_2d)
importFrom(ggplot2,geom_dotplot)
importFrom(ggplot2,geom_freqpoly)
importFrom(ggplot2,geom_hex)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_viridis_d)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,stat)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(magrittr,"%>%")
importFrom(plotly,ggplotly)
importFrom(stats,HoltWinters)
importFrom(stats,cor.test)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,shapiro.test)