-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
99 lines (98 loc) · 2.46 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
# Generated by roxygen2: do not edit by hand
S3method(as.list,Rd_content)
S3method(print,COMMENT)
S3method(print,RCODE)
S3method(print,Rd_content)
S3method(print,TEXT)
S3method(print,VERB)
S3method(print,sd_package)
S3method(to_html,"NULL")
S3method(to_html,"if")
S3method(to_html,COMMENT)
S3method(to_html,LIST)
S3method(to_html,RCODE)
S3method(to_html,Rd_content)
S3method(to_html,Rd_doc)
S3method(to_html,S3method)
S3method(to_html,S4method)
S3method(to_html,Sexpr)
S3method(to_html,TEXT)
S3method(to_html,VERB)
S3method(to_html,alias)
S3method(to_html,arguments)
S3method(to_html,author)
S3method(to_html,character)
S3method(to_html,concept)
S3method(to_html,cr)
S3method(to_html,deqn)
S3method(to_html,describe)
S3method(to_html,description)
S3method(to_html,details)
S3method(to_html,docType)
S3method(to_html,dontrun)
S3method(to_html,dontshow)
S3method(to_html,email)
S3method(to_html,enc)
S3method(to_html,enumerate)
S3method(to_html,eqn)
S3method(to_html,examples)
S3method(to_html,format)
S3method(to_html,href)
S3method(to_html,ifelse)
S3method(to_html,item)
S3method(to_html,itemize)
S3method(to_html,keyword)
S3method(to_html,link)
S3method(to_html,list)
S3method(to_html,method)
S3method(to_html,name)
S3method(to_html,note)
S3method(to_html,references)
S3method(to_html,section)
S3method(to_html,seealso)
S3method(to_html,source)
S3method(to_html,special)
S3method(to_html,tab)
S3method(to_html,tabular)
S3method(to_html,testonly)
S3method(to_html,title)
S3method(to_html,url)
S3method(to_html,usage)
S3method(to_html,value)
export(build_vignettes)
export(check_output)
export(check_rd_index)
export(deploy_travis)
export(init_vignettes)
export(package_docs)
export(package_docs_rd)
export(rd_link)
export(rd_template)
export(read_rmd_yaml)
export(render_redirect)
export(secure_token)
export(to_html)
export(use_travis)
import(htmltools)
import(rmarkdown)
import(stringr)
import(tools)
importFrom(devtools,as.package)
importFrom(devtools,parse_deps)
importFrom(digest,digest)
importFrom(evaluate,evaluate)
importFrom(highlight,formatter_html)
importFrom(highlight,highlight)
importFrom(highlight,renderer_html)
importFrom(lazyrmd,html_dependency_recliner)
importFrom(magrittr,extract2)
importFrom(magrittr,set_names)
importFrom(tools,Rd_db)
importFrom(tools,parse_Rd)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,getFromNamespace)
importFrom(utils,getParseData)
importFrom(utils,packageDescription)
importFrom(whisker,whisker.render)
importFrom(yaml,yaml.load_file)