-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
94 lines (93 loc) · 2.35 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
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(as.list,Rd_doc)
S3method(print,COMMENT)
S3method(print,RCODE)
S3method(print,Rd_doc)
S3method(print,TEXT)
S3method(print,VERB)
S3method(replay_rst,"NULL")
S3method(replay_rst,character)
S3method(replay_rst,error)
S3method(replay_rst,list)
S3method(replay_rst,message)
S3method(replay_rst,recordedplot)
S3method(replay_rst,source)
S3method(replay_rst,value)
S3method(replay_rst,warning)
S3method(to_rst,"NULL")
S3method(to_rst,"if")
S3method(to_rst,COMMENT)
S3method(to_rst,LIST)
S3method(to_rst,RCODE)
S3method(to_rst,Rd_content)
S3method(to_rst,Rd_doc)
S3method(to_rst,S3method)
S3method(to_rst,S4method)
S3method(to_rst,Sexpr)
S3method(to_rst,TEXT)
S3method(to_rst,VERB)
S3method(to_rst,alias)
S3method(to_rst,arguments)
S3method(to_rst,author)
S3method(to_rst,character)
S3method(to_rst,concept)
S3method(to_rst,cr)
S3method(to_rst,deqn)
S3method(to_rst,describe)
S3method(to_rst,description)
S3method(to_rst,details)
S3method(to_rst,docType)
S3method(to_rst,dontrun)
S3method(to_rst,dontshow)
S3method(to_rst,email)
S3method(to_rst,enc)
S3method(to_rst,enumerate)
S3method(to_rst,eqn)
S3method(to_rst,examples)
S3method(to_rst,format)
S3method(to_rst,href)
S3method(to_rst,ifelse)
S3method(to_rst,item)
S3method(to_rst,itemize)
S3method(to_rst,keyword)
S3method(to_rst,link)
S3method(to_rst,list)
S3method(to_rst,method)
S3method(to_rst,name)
S3method(to_rst,note)
S3method(to_rst,references)
S3method(to_rst,section)
S3method(to_rst,seealso)
S3method(to_rst,special)
S3method(to_rst,tab)
S3method(to_rst,tabular)
S3method(to_rst,testonly)
S3method(to_rst,title)
S3method(to_rst,url)
S3method(to_rst,usage)
S3method(to_rst,value)
export(build_topics)
export(build_vignettes)
export(parse_rd)
export(render_page)
export(src_highlight)
export(to_rst)
import(stringr)
importFrom(devtools,dev_meta)
importFrom(devtools,load_all)
importFrom(digest,digest)
importFrom(evaluate,evaluate)
importFrom(evaluate,is.source)
importFrom(highlight,formatter_html)
importFrom(highlight,highlight)
importFrom(highlight,renderer_html)
importFrom(knitr,knit)
importFrom(markdown,markdownToHTML)
importFrom(staticdocs,as.sd_package)
importFrom(staticdocs,render_page)
importFrom(tools,buildVignettes)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(tools,parse_Rd)
importFrom(tools,pkgVignettes)
importFrom(whisker,whisker.render)