forked from rstudio/pagedown
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
115 lines (114 loc) · 2.82 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
# Generated by roxygen2: do not edit by hand
export(col2hex)
export(format_si)
export(get_unhcr_palettes)
export(getpal_key)
export(isCol)
export(isHexCol)
export(left_align)
export(margin_note)
export(newpal)
export(parse_pal)
export(plot_col)
export(plot_shape)
export(question)
export(question_begin)
export(question_end)
export(rgb2hex)
export(scale_color_continuous_unhcr)
export(scale_color_discrete_unhcr)
export(scale_color_diverging_unhcr)
export(scale_color_opinionated_unhcr)
export(scale_colour_continuous_unhcr)
export(scale_colour_discrete_unhcr)
export(scale_colour_diverging_unhcr)
export(scale_colour_opinionated_unhcr)
export(scale_fill_continuous_unhcr)
export(scale_fill_discrete_unhcr)
export(scale_fill_diverging_unhcr)
export(scale_fill_opinionated_unhcr)
export(scale_x_comma)
export(scale_x_percent)
export(scale_y_comma)
export(seecol)
export(solution)
export(solution_begin)
export(solution_end)
export(template_resources)
export(test_pal)
export(test_pal_cont)
export(test_pal_div)
export(test_pal_op)
export(theme_foundation)
export(tufte_html_dependency)
export(unhcr_all_pal)
export(unhcr_all_pal_graphic)
export(unhcr_black)
export(unhcr_blue)
export(unhcr_darkblue)
export(unhcr_discrete)
export(unhcr_green)
export(unhcr_grey)
export(unhcr_html_dependency)
export(unhcr_pal)
export(unhcr_pal_blue)
export(unhcr_pal_darkblue)
export(unhcr_pal_graphic)
export(unhcr_pal_green)
export(unhcr_pal_grey)
export(unhcr_pal_primary)
export(unhcr_pal_red)
export(unhcr_pal_yellow)
export(unhcr_red)
export(unhcr_scale_colour_discrete)
export(unhcr_scale_fill_discrete)
export(unhcr_style_bar)
export(unhcr_style_bar_big)
export(unhcr_style_histo)
export(unhcr_style_histo_big)
export(unhcr_style_map)
export(unhcr_style_scatter)
export(unhcr_style_scatter_big)
export(unhcr_templ_book)
export(unhcr_templ_doc)
export(unhcr_templ_html)
export(unhcr_templ_paged)
export(unhcr_templ_ppt)
export(unhcr_templ_slide)
export(unhcr_theme)
export(unhcr_white)
export(unhcr_yellow)
export(update_geom_font_defaults)
export(usecol)
export(using)
import(ggplot2)
import(grDevices)
import(graphics)
import(pagedown)
import(stats)
import(utils)
import(xml2)
importFrom(htmltools,htmlDependency)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(markdown,renderMarkdown)
importFrom(stringr,fixed)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_trim)
importFrom(stringr,str_which)
importFrom(xfun,read_utf8)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
importFrom(xml2,xml_add_parent)
importFrom(xml2,xml_attrs)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_has_attr)
importFrom(xml2,xml_parent)
importFrom(xml2,xml_replace)
importFrom(xml2,xml_text)