-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
110 lines (109 loc) · 2.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
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
# 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(print,sd_section)
S3method(replay_md,"NULL")
S3method(replay_md,character)
S3method(replay_md,error)
S3method(replay_md,list)
S3method(replay_md,message)
S3method(replay_md,recordedplot)
S3method(replay_md,source)
S3method(replay_md,value)
S3method(replay_md,warning)
S3method(to_md,"NULL")
S3method(to_md,"if")
S3method(to_md,COMMENT)
S3method(to_md,LIST)
S3method(to_md,RCODE)
S3method(to_md,Rd_content)
S3method(to_md,Rd_doc)
S3method(to_md,S3method)
S3method(to_md,S4method)
S3method(to_md,Sexpr)
S3method(to_md,TEXT)
S3method(to_md,VERB)
S3method(to_md,alias)
S3method(to_md,arguments)
S3method(to_md,author)
S3method(to_md,character)
S3method(to_md,concept)
S3method(to_md,cr)
S3method(to_md,deqn)
S3method(to_md,describe)
S3method(to_md,description)
S3method(to_md,details)
S3method(to_md,docType)
S3method(to_md,dontrun)
S3method(to_md,dontshow)
S3method(to_md,email)
S3method(to_md,enc)
S3method(to_md,enumerate)
S3method(to_md,eqn)
S3method(to_md,examples)
S3method(to_md,format)
S3method(to_md,href)
S3method(to_md,ifelse)
S3method(to_md,item)
S3method(to_md,itemize)
S3method(to_md,keyword)
S3method(to_md,link)
S3method(to_md,list)
S3method(to_md,method)
S3method(to_md,name)
S3method(to_md,note)
S3method(to_md,references)
S3method(to_md,section)
S3method(to_md,seealso)
S3method(to_md,source)
S3method(to_md,special)
S3method(to_md,tab)
S3method(to_md,tabular)
S3method(to_md,testonly)
S3method(to_md,title)
S3method(to_md,url)
S3method(to_md,usage)
S3method(to_md,value)
export(as.sd_package)
export(build_md_index)
export(build_md_news)
export(build_md_topics)
export(build_md_vignettes)
export(build_mkdocs)
export(build_sphinx)
export(build_yaml)
export(load_md_news)
export(load_md_readme)
export(parse_rd)
export(render_page)
export(run_pandoc)
export(sd_item)
export(sd_section)
export(to_md)
import(stringr)
importFrom(devtools,as.package)
importFrom(devtools,load_all)
importFrom(devtools,parse_deps)
importFrom(digest,digest)
importFrom(evaluate,evaluate)
importFrom(evaluate,is.source)
importFrom(knitr,knit)
importFrom(knitr,opts_knit)
importFrom(markdown,markdownToHTML)
importFrom(rmarkdown,md_document)
importFrom(rmarkdown,render)
importFrom(stringi,stri_join)
importFrom(stringi,stri_replace_all)
importFrom(stringi,stri_replace_first)
importFrom(stringi,stri_replace_last)
importFrom(tools,buildVignettes)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(tools,parse_Rd)
importFrom(tools,pkgVignettes)
importFrom(whisker,whisker.render)