forked from r-lib/roxygen2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
117 lines (116 loc) · 3.27 KB
/
NAMESPACE
File metadata and controls
117 lines (116 loc) · 3.27 KB
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
111
112
113
114
115
116
117
# Generated by roxygen2: do not edit by hand
S3method(c,rd)
S3method(clean,namespace)
S3method(clean,rd_roclet)
S3method(default_data_format,default)
S3method(default_export,"NULL")
S3method(default_export,default)
S3method(default_export,rcclass)
S3method(default_export,s3method)
S3method(default_export,s4class)
S3method(default_export,s4generic)
S3method(default_export,s4method)
S3method(default_topic_name,default)
S3method(default_topic_name,rcclass)
S3method(default_topic_name,rcmethod)
S3method(default_topic_name,s4class)
S3method(default_topic_name,s4method)
S3method(default_usage,"NULL")
S3method(default_usage,"function")
S3method(default_usage,data)
S3method(default_usage,default)
S3method(default_usage,rcclass)
S3method(default_usage,s3generic)
S3method(default_usage,s3method)
S3method(default_usage,s4class)
S3method(default_usage,s4generic)
S3method(default_usage,s4method)
S3method(escape,character)
S3method(escape,rd)
S3method(format,alias_tag)
S3method(format,author_tag)
S3method(format,backref_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,field_tag)
S3method(format,formals_tag)
S3method(format,format_tag)
S3method(format,inheritParams_tag)
S3method(format,keyword_tag)
S3method(format,minidesc_tag)
S3method(format,name_tag)
S3method(format,note_tag)
S3method(format,param_tag)
S3method(format,rawRd_tag)
S3method(format,rcmethods_tag)
S3method(format,rd_file)
S3method(format,rd_tag)
S3method(format,reexport_tag)
S3method(format,references_tag)
S3method(format,section_tag)
S3method(format,seealso_tag)
S3method(format,slot_tag)
S3method(format,source_tag)
S3method(format,title_tag)
S3method(format,usage_tag)
S3method(format,value_tag)
S3method(length,rd_file)
S3method(merge,minidesc_tag)
S3method(merge,rd_file)
S3method(merge,rd_tag)
S3method(merge,reexport_tag)
S3method(merge,section_tag)
S3method(names,rd_file)
S3method(obj_type,"function")
S3method(obj_type,MethodDefinition)
S3method(obj_type,classRepresentation)
S3method(obj_type,default)
S3method(obj_type,genericFunction)
S3method(obj_type,package)
S3method(obj_type,refClassRepresentation)
S3method(obj_type,refMethodDef)
S3method(obj_type,s3generic)
S3method(obj_type,s3method)
S3method(object_defaults,data)
S3method(object_defaults,default)
S3method(object_defaults,import)
S3method(object_defaults,package)
S3method(object_defaults,rcclass)
S3method(object_defaults,s4class)
S3method(object_defaults,s4method)
S3method(print,object)
S3method(print,rd)
S3method(print,rd_file)
S3method(print,rd_tag)
S3method(print,roxygen_tag)
S3method(roc_output,namespace)
S3method(roc_output,rd_roclet)
S3method(roc_output,vignette)
S3method(roc_process,namespace)
S3method(roc_process,rd_roclet)
S3method(roc_process,vignette)
export(default_data_format)
export(is_s3_generic)
export(is_s3_method)
export(load_options)
export(namespace_roclet)
export(new_roclet)
export(object)
export(rd_roclet)
export(register.preref.parser)
export(register.preref.parsers)
export(register_tags)
export(roc_proc_text)
export(roxygenise)
export(roxygenize)
export(update_collate)
export(vignette_roclet)
import(stringr)
importFrom(Rcpp,sourceCpp)
importFrom(stats,setNames)
useDynLib(roxygen2)