forked from r-lib/roxygen2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
61 lines (61 loc) · 1.51 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
export(clear_caches)
export(collate_roclet)
export(namespace_roclet)
export(new_roclet)
export(parse.default)
export(parse.file)
export(parse.files)
export(parse.name.description)
export(parse.name)
export(parse.text)
export(parse.toggle)
export(parse.unknown)
export(parse.value)
export(rd_roclet)
export(register.preref.parser)
export(register.preref.parsers)
export(register.srcref.parser)
export(register.srcref.parsers)
export(roc_out)
export(roc_proc_text)
export(roc_proc)
export(roxygenise)
export(roxygenize)
import(stringr)
importFrom(brew,brew)
importFrom(tools,checkRd)
S3method(format,alias_tag)
S3method(format,arguments_tag)
S3method(format,author_tag)
S3method(format,concept_tag)
S3method(format,description_tag)
S3method(format,details_tag)
S3method(format,docType_tag)
S3method(format,encoding_tag)
S3method(format,examples_tag)
S3method(format,family_tag)
S3method(format,format_tag)
S3method(format,keyword_tag)
S3method(format,name_tag)
S3method(format,note_tag)
S3method(format,rd_file)
S3method(format,rd_tag)
S3method(format,references_tag)
S3method(format,section_tag)
S3method(format,seealso_tag)
S3method(format,source_tag)
S3method(format,title_tag)
S3method(format,usage_tag)
S3method(format,value_tag)
S3method(length,rd_file)
S3method(merge,rd_file)
S3method(merge,rd_tag)
S3method(names,rd_file)
S3method(print,rd_file)
S3method(print,rd_tag)
S3method(roc_output,collate)
S3method(roc_output,had)
S3method(roc_output,namespace)
S3method(roc_process,collate)
S3method(roc_process,had)
S3method(roc_process,namespace)