This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathNAMESPACE
117 lines (116 loc) · 2.47 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(.datatable.aware)
export(bk_default_theme)
export(bk_ggplot_theme)
export(bokeh_render_json)
export(catjitter)
export(console_callback)
export(custom_callback)
export(debug_callback)
export(figure)
export(figure_data)
export(get_object_refs)
export(gmap)
export(gmap_style)
export(grid_plot)
export(ly_abline)
export(ly_annular_wedge)
export(ly_annulus)
export(ly_arc)
export(ly_bar)
export(ly_bezier)
export(ly_boxplot)
export(ly_contour)
export(ly_crect)
export(ly_curve)
export(ly_density)
export(ly_hexbin)
export(ly_hist)
export(ly_image)
export(ly_image_url)
export(ly_lines)
export(ly_map)
export(ly_multi_line)
export(ly_oval)
export(ly_patch)
export(ly_points)
export(ly_polygons)
export(ly_quadratic)
export(ly_quantile)
export(ly_ray)
export(ly_rect)
export(ly_segments)
export(ly_text)
export(ly_wedge)
export(pal_bk_glyph)
export(pal_bk_line_dash)
export(pal_bk_line_width)
export(pal_color)
export(pal_gradient)
export(pal_size)
export(pal_tableau)
export(phantom_install)
export(point_types)
export(print_model_json)
export(rbokeh2html)
export(rbokehOutput)
export(renderRbokeh)
export(set_palette)
export(set_theme)
export(shiny_callback)
export(theme_axis)
export(theme_grid)
export(theme_legend)
export(theme_plot)
export(theme_title)
export(tool_box_select)
export(tool_box_zoom)
export(tool_crosshair)
export(tool_hover)
export(tool_lasso_select)
export(tool_pan)
export(tool_reset)
export(tool_resize)
export(tool_save)
export(tool_selection)
export(tool_tap)
export(tool_wheel_zoom)
export(widget2gist)
export(widget2png)
export(x_axis)
export(x_range)
export(y_axis)
export(y_range)
import(htmlwidgets)
import(lazyeval)
import(maps)
import(methods)
importFrom(digest,digest)
importFrom(gistr,gist_create)
importFrom(grDevices,boxplot.stats)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,contourLines)
importFrom(grDevices,hsv)
importFrom(grDevices,rgb2hsv)
importFrom(hexbin,hcell2xy)
importFrom(hexbin,hexbin)
importFrom(hexbin,hexcoords)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(pryr,named_dots)
importFrom(scales,hue_pal)
importFrom(scales,shape_pal)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,is.ts)
importFrom(stats,ppoints)
importFrom(stats,quantile)
importFrom(stats,qunif)
importFrom(stats,runif)
importFrom(stats,time)
importFrom(utils,browseURL)
importFrom(utils,head)
importFrom(utils,tail)