generated from certe-medical-epidemiology/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
84 lines (83 loc) · 2.18 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
# Generated by roxygen2: do not edit by hand
S3method(as.character,colourpicker)
S3method(c,colourpicker)
S3method(format2,Date)
S3method(format2,POSIXt)
S3method(format2,default)
S3method(format2,difftime)
S3method(format2,hms)
S3method(format2,numeric)
S3method(format2,object_size)
S3method(format2,percentage)
S3method(print,colourpicker)
S3method(rep,colourpicker)
S3method(rev,colourpicker)
S3method(unique,colourpicker)
export(add_white)
export(as.double2)
export(big_mark)
export(certe.colours)
export(certe_style_transformer)
export(colourpicker)
export(current_markdown_colour)
export(dec_mark)
export(dec_mark_english)
export(font_black)
export(font_blue)
export(font_bold)
export(font_green)
export(font_grey)
export(font_italic)
export(font_magenta)
export(font_red)
export(font_red_bg)
export(font_silver)
export(font_stripstyle)
export(font_subtle)
export(font_underline)
export(font_white)
export(font_yellow)
export(format2)
export(format2_scientific)
export(is.double2)
export(plain_html_table)
export(rmarkdown_author)
export(rmarkdown_date)
export(rmarkdown_department)
export(rmarkdown_logo)
export(rmarkdown_table)
export(rmarkdown_template)
export(rstudio_install_certe_themes)
export(rstudio_set_certe_dark)
export(rstudio_set_certe_dark_nonbold)
export(rstudio_set_certe_light)
export(rstudio_set_certe_light_nonbold)
export(toproper)
importFrom(cleaner,as.percentage)
importFrom(cleaner,format_datetime)
importFrom(cleaner,percentage)
importFrom(crayon,has_color)
importFrom(crayon,make_style)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colours)
importFrom(grDevices,grey.colors)
importFrom(grDevices,heat.colors)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(grDevices,terrain.colors)
importFrom(grDevices,topo.colors)
importFrom(lubridate,month)
importFrom(lubridate,quarter)
importFrom(purrr,negate)
importFrom(purrr,some)
importFrom(readr,guess_parser)
importFrom(readr,read_lines)
importFrom(readr,write_lines)
importFrom(rstudioapi,addTheme)
importFrom(rstudioapi,applyTheme)
importFrom(rstudioapi,convertTheme)
importFrom(rstudioapi,getThemeInfo)
importFrom(rstudioapi,getThemes)
importFrom(rstudioapi,removeTheme)
importFrom(viridisLite,viridis)
importFrom(yaml,read_yaml)