forked from yihui/knitr
-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
78 lines (78 loc) · 1.66 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
S3method(process_group,block)
S3method(process_group,inline)
S3method(process_tangle,block)
S3method(process_tangle,inline)
S3method(wrap,character)
S3method(wrap,error)
S3method(wrap,list)
S3method(wrap,message)
S3method(wrap,recordedplot)
S3method(wrap,source)
S3method(wrap,warning)
export(all_patterns)
export(build_dep)
export(dep_auto)
export(dep_prev)
export(eclipse_theme)
export(fig_path)
export(hook_ffmpeg_html)
export(hook_optipng)
export(hook_pdfcrop)
export(hook_plot_custom)
export(hook_plot_html)
export(hook_plot_md)
export(hook_plot_rst)
export(hook_plot_tex)
export(hook_r2swf)
export(hook_rgl)
export(hook_scianimator)
export(image_uri)
export(imgur_upload)
export(knit)
export(knit2html)
export(knit2pdf)
export(knit_child)
export(knit_engines)
export(knit_env)
export(knit_hooks)
export(knit_patterns)
export(knit_theme)
export(opts_chunk)
export(opts_current)
export(opts_knit)
export(opts_template)
export(pat_brew)
export(pat_html)
export(pat_md)
export(pat_rnw)
export(pat_rst)
export(pat_tex)
export(purl)
export(rand_seed)
export(read_chunk)
export(render_html)
export(render_jekyll)
export(render_latex)
export(render_listings)
export(render_markdown)
export(render_rst)
export(render_sweave)
export(rst2pdf)
export(run_chunk)
export(set_header)
export(set_parent)
export(spin)
export(stitch)
export(write_bib)
import(stringr)
importFrom(digest,digest)
importFrom(evaluate,evaluate)
importFrom(evaluate,is.error)
importFrom(evaluate,is.message)
importFrom(evaluate,is.recordedplot)
importFrom(evaluate,is.source)
importFrom(evaluate,is.warning)
importFrom(formatR,tidy.source)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(tools,texi2pdf)