-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
S3method(as.kable,default)
S3method(as.kable,knitr_kable)
S3method(as.kable,texpreview_input)
S3method(knit_print,texpreview_input)
S3method(knit_print,texpreview_tex)
S3method(print,texpreview_input)
S3method(print,texpreview_tex)
S3method(print,texpreview_viewer)
S3method(tex_preview,character)
S3method(tex_preview,default)
S3method(tex_preview,equation)
S3method(tex_preview,knitr_kable)
S3method(tex_preview,xtable)
export(as.kable)
export(build_usepackage)
export(check_requirements)
export(get_texpackages)
export(tex_opts)
export(tex_opts_current)
export(tex_preview)
export(tex_requirements)
importFrom(base64enc,base64encode)
importFrom(details,use_details)
importFrom(fs,is_file)
importFrom(htmltools,html_print)
importFrom(htmltools,tags)
importFrom(knitr,engine_output)
importFrom(knitr,knit_engines)
importFrom(knitr,knit_print)
importFrom(knitr,sew)
importFrom(magick,image_background)
importFrom(magick,image_convert)
importFrom(magick,image_read)
importFrom(magick,image_scale)
importFrom(magick,image_write)
importFrom(rematch2,re_match)
importFrom(rstudioapi,callFun)
importFrom(rstudioapi,getActiveDocumentContext)
importFrom(stats,setNames)
importFrom(svgPanZoom,svgPanZoom)
importFrom(tinytex,check_installed)
importFrom(tinytex,latexmk)
importFrom(tinytex,tlmgr_install)
importFrom(utils,getFromNamespace)
importFrom(utils,menu)
importFrom(utils,modifyList)
importFrom(utils,rc.options)
importFrom(whisker,whisker.render)
importFrom(xml2,read_xml)