forked from jrnold/pander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
127 lines (126 loc) · 3.02 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
118
119
120
121
122
123
124
125
126
127
# Generated by roxygen2 (4.1.0): do not edit by hand
S3method(pander,"NULL")
S3method(pander,"function")
S3method(pander,CrossTable)
S3method(pander,Date)
S3method(pander,POSIXct)
S3method(pander,POSIXlt)
S3method(pander,anova)
S3method(pander,aov)
S3method(pander,aovlist)
S3method(pander,call)
S3method(pander,cast_df)
S3method(pander,character)
S3method(pander,clogit)
S3method(pander,coxph)
S3method(pander,data.frame)
S3method(pander,default)
S3method(pander,density)
S3method(pander,describe)
S3method(pander,evals)
S3method(pander,factor)
S3method(pander,formula)
S3method(pander,ftable)
S3method(pander,glm)
S3method(pander,htest)
S3method(pander,image)
S3method(pander,list)
S3method(pander,lm)
S3method(pander,lme)
S3method(pander,logical)
S3method(pander,matrix)
S3method(pander,microbenchmark)
S3method(pander,mtable)
S3method(pander,numeric)
S3method(pander,prcomp)
S3method(pander,rapport)
S3method(pander,rlm)
S3method(pander,sessionInfo)
S3method(pander,smooth.spline)
S3method(pander,stat.table)
S3method(pander,summary.aov)
S3method(pander,summary.aovlist)
S3method(pander,summary.glm)
S3method(pander,summary.lm)
S3method(pander,summary.prcomp)
S3method(pander,survdiff)
S3method(pander,survfit)
S3method(pander,table)
S3method(pander,ts)
S3method(pander,zoo)
export(Pandoc)
export(Pandoc.brew)
export(Pandoc.convert)
export(add.blank.lines)
export(add.significance.stars)
export(cache.off)
export(cache.on)
export(emphasize.cells)
export(emphasize.cols)
export(emphasize.rows)
export(emphasize.strong.cells)
export(emphasize.strong.cols)
export(emphasize.strong.rows)
export(eval.msgs)
export(evals)
export(evals.option)
export(evalsOptions)
export(has.rownames)
export(openFileInOS)
export(p)
export(palette_pander)
export(pander)
export(pander.option)
export(pander.return)
export(panderOptions)
export(pandoc.date)
export(pandoc.date.return)
export(pandoc.emphasis)
export(pandoc.emphasis.return)
export(pandoc.footnote)
export(pandoc.footnote.return)
export(pandoc.formula)
export(pandoc.formula.return)
export(pandoc.header)
export(pandoc.header.return)
export(pandoc.horizontal.rule)
export(pandoc.horizontal.rule.return)
export(pandoc.image)
export(pandoc.image.return)
export(pandoc.indent)
export(pandoc.link)
export(pandoc.link.return)
export(pandoc.list)
export(pandoc.list.return)
export(pandoc.p)
export(pandoc.p.return)
export(pandoc.strikeout)
export(pandoc.strikeout.return)
export(pandoc.strong)
export(pandoc.strong.return)
export(pandoc.table)
export(pandoc.table.return)
export(pandoc.title)
export(pandoc.title.return)
export(pandoc.verbatim)
export(pandoc.verbatim.return)
export(redraw.recordedplot)
export(redrawPlot)
export(remove.extra.newlines)
export(repChar)
export(scale_color_pander)
export(scale_colour_pander)
export(scale_fill_pander)
export(set.alignment)
export(set.caption)
export(splitLine)
export(theme_pander)
export(trim.spaces)
export(wrap)
importFrom(Rcpp,evalCpp)
importFrom(digest,digest)
importFrom(grid,unit)
importFrom(methods,setRefClass)
importFrom(tools,file_path_sans_ext)
importFrom(utils,as.roman)
useDynLib(pander)