The R Project SVN R

Rev

Rev 27727 | Rev 30901 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
26082 jmc 1
useDynLib(methods)
2
 
27727 ripley 3
importFrom(utils, find)
26082 jmc 4
S3method(print, MethodsList)
5
S3method(print, classRepresentation)
6
 
7
 
8
export(.BasicClasses)
9
export(.BasicFunsList)
10
export(.First.lib)
11
export(.TraceWithMethods)
12
export(.untracedFunction)
13
export(".__C__(")
14
export(".__C__<-")
15
export(".__C__ANY")
16
export(".__C__ClassUnionRepresentation")
17
export(".__C__EmptyMethodsList")
18
export(".__C__LinearMethodsList")
19
export(".__C__MethodDefinition")
20
export(".__C__MethodDefinitionWithTrace")
21
export(".__C__MethodWithNext")
22
export(".__C__MethodWithNextWithTrace")
23
export(".__C__MethodsList")
24
export(".__C__NULL")
25
export(".__C__ObjectsWithPackage")
26
export(".__C__OptionalFunction")
27
export(".__C__POSIXct")
28
export(".__C__POSIXlt")
29
export(".__C__POSIXt")
30
export(".__C__PossibleMethod")
31
export(".__C__SClassExtension")
32
export(".__C__SealedMethodDefinition")
33
export(".__C__VIRTUAL")
34
export(".__C__anova")
35
export(".__C__anova.glm")
36
export(".__C__anova.glm.null")
37
export(".__C__aov")
38
export(".__C__array")
39
export(".__C__call")
40
export(".__C__character")
41
export(".__C__classPrototypeDef")
42
export(".__C__classRepresentation")
43
export(".__C__complex")
44
export(".__C__data.frame")
45
export(".__C__density")
46
export(".__C__derivedDefaultMethod")
47
export(".__C__double")
48
export(".__C__dump.frames")
49
export(".__C__environment")
50
export(".__C__expression")
51
export(".__C__externalptr")
52
export(".__C__factor")
53
export(".__C__for")
54
export(".__C__formula")
55
export(".__C__function")
56
export(".__C__functionWithTrace")
57
export(".__C__genericFunction")
58
export(".__C__genericFunctionWithTrace")
59
export(".__C__glm")
60
export(".__C__glm.null")
61
export(".__C__groupGenericFunction")
62
export(".__C__groupGenericFunctionWithTrace")
63
export(".__C__hsearch")
64
export(".__C__if")
65
export(".__C__integer")
66
export(".__C__integrate")
67
export(".__C__language")
68
export(".__C__libraryIQR")
69
export(".__C__list")
70
export(".__C__lm")
71
export(".__C__logLik")
72
export(".__C__logical")
73
export(".__C__maov")
74
export(".__C__matrix")
75
export(".__C__missing")
76
export(".__C__mlm")
77
export(".__C__mtable")
78
export(".__C__mts")
79
export(".__C__name")
80
export(".__C__nonstandardGeneric")
81
export(".__C__nonstandardGenericFunction")
82
export(".__C__nonstandardGroupGenericFunction")
83
export(".__C__numeric")
84
export(".__C__oldClass")
85
export(".__C__ordered")
86
export(".__C__packageIQR")
87
export(".__C__packageInfo")
88
export(".__C__recordedplot")
89
export(".__C__repeat")
90
export(".__C__rle")
91
export(".__C__signature")
92
export(".__C__single")
93
export(".__C__socket")
94
export(".__C__standardGeneric")
95
export(".__C__standardGenericWithTrace")
96
export(".__C__structure")
97
export(".__C__summary.table")
98
export(".__C__table")
99
export(".__C__traceable")
100
export(".__C__ts")
101
export(".__C__vector")
102
export(".__C__while")
103
export(".__C__{")
104
export(".__M__Arith:base")
28057 ripley 105
export(".__M__Compare:methods")
26082 jmc 106
export(".__M__Complex:base")
28057 ripley 107
export(".__M__Math2:methods")
26082 jmc 108
export(".__M__Math:base")
109
export(".__M__Ops:base")
110
export(".__M__Summary:base")
111
export(".__M__addNextMethod:methods")
26260 jmc 112
export(".__M__body<-:base")
26082 jmc 113
export(".__M__coerce:methods")
114
export(".__M__coerce<-:methods")
115
export(".__M__initialize:methods")
116
export(".__M__loadMethod:methods")
117
export(".__M__show:methods")
118
export(.doTracePrint)
26610 ripley 119
export(.valueClassTest)
26082 jmc 120
export("@<-")
121
export(Arith)
122
export(Compare)
123
export(Complex)
124
export(Math)
125
export(Math2)
126
export(MethodAddCoerce)
127
export(MethodsList)
128
export(MethodsListSelect)
129
export(Ops)
130
export(Quote)
131
export(SignatureMethod)
132
export(Summary)
133
export(addNextMethod)
134
export(allGenerics)
135
export(allNames)
136
export(as)
137
export("as<-")
138
export(asMethodDefinition)
139
export(assignClassDef)
140
export(assignMethodsMetaData)
141
export(balanceMethodsList)
142
export("body<-")
143
export(cacheGenericsMetaData)
144
export(cacheMetaData)
145
export(cacheMethod)
146
export(callGeneric)
147
export(callNextMethod)
148
export(checkSlotAssignment)
149
export(classMetaName)
150
export(coerce)
151
export("coerce<-")
152
export(completeClassDefinition)
153
export(completeExtends)
154
export(completeSubclasses)
155
export(conformMethod)
156
export(defaultDumpName)
157
export(defaultPrototype)
158
export(doPrimitiveMethod)
159
export(dumpMethod)
160
export(dumpMethods)
161
export(el)
162
export("el<-")
163
export(elNamed)
164
export("elNamed<-")
165
export(empty.dump)
166
export(emptyMethodsList)
167
export(existsFunction)
168
export(existsMethod)
169
export(extends)
170
export(finalDefaultMethod)
171
export(findClass)
172
export(findFunction)
173
export(findMethod)
174
export(findUnique)
26955 ripley 175
export(fixPre1.8)
26082 jmc 176
export(formalArgs)
177
export(functionBody)
178
export("functionBody<-")
179
export(generic.skeleton)
180
export(getAccess)
181
export(getAllMethods)
182
export(getAllSuperClasses)
183
export(getClass)
184
export(getClassDef)
185
export(getClassName)
186
export(getClassPackage)
187
export(getClasses)
188
export(getDataPart)
189
export(getExtends)
190
export(getFunction)
191
export(getGeneric)
192
export(getGenerics)
193
export(getGroup)
194
export(getMethod)
195
export(getMethods)
196
export(getMethodsForDispatch)
197
export(getMethodsMetaData)
198
export(getPackageName)
199
export(getProperties)
200
export(getPrototype)
201
export(getSlots)
202
export(getSubclasses)
203
export(getValidity)
204
export(getVirtual)
205
export(hasArg)
206
export(hasMethod)
207
export(initialize)
208
export(insertMethod)
209
export(is)
210
export(is.primitive)
211
export(isClass)
212
export(isClassDef)
213
export(isClassUnion)
214
export(isGeneric)
215
export(isGrammarSymbol)
216
export(isGroup)
217
export(isSealedClass)
218
export(isSealedMethod)
219
export(isVirtualClass)
220
export(languageEl)
221
export("languageEl<-")
222
export(linearizeMlist)
223
export(listFromMlist)
224
export(loadMethod)
225
export(makeClassRepresentation)
226
export(makeExtends)
227
export(makeGeneric)
228
export(makeMethodsList)
229
export(makePrototypeFromClassDef)
230
export(makeStandardGeneric)
231
export(matchSignature)
232
export(mergeMethods)
233
export(message)
234
export(metaNameUndo)
235
export(methodsPackageMetaName)
236
export(missingArg)
237
export(mlistMetaName)
238
export(new)
239
export(newBasic)
240
export(newClassRepresentation)
241
export(newEmptyObject)
242
export(possibleExtends)
243
export(promptClass)
244
export(promptMethods)
245
export(prototype)
246
export(reconcilePropertiesAndPrototype)
247
export(rematchDefinition)
248
export(removeClass)
249
export(removeGeneric)
250
export(removeMethod)
251
export(removeMethods)
252
export(removeMethodsObject)
253
export(representation)
254
export(requireMethods)
255
export(resetClass)
256
export(resetGeneric)
257
export(sealClass)
258
export(selectMethod)
259
export(sessionData)
260
export(setAs)
261
export(setClass)
262
export(setClassUnion)
263
export(setDataPart)
264
export(setGeneric)
265
export(setGroupGeneric)
266
export(setIs)
267
export(setMethod)
268
export(setOldClass)
269
export(setPackageName)
270
export(setPrimitiveMethods)
271
export(setReplaceMethod)
272
export(setValidity)
273
export(show)
274
export(showClass)
275
export(showDefault)
276
export(showExtends)
277
export(showMethods)
278
export(showMlist)
279
export(sigToEnv)
280
export(signature)
281
export(slot)
282
export("slot<-")
283
export(slotNames)
284
export(substituteDirect)
285
export(substituteFunctionArgs)
286
export(superClassDepth)
287
export(testVirtual)
288
export(traceOff)
289
export(traceOn)
290
export(tryNew)
291
export(trySilent)
292
export(unRematchDefinition)
293
export(validObject)
294
export(validSlotNames)
295
 
296
## the next 2 would not be needed if R_initMethods looked in the namespace, not globalenv
297
export(.ShortPrimitiveSkeletons)
298
export(.EmptyPrimitiveSkeletons)
299
 
300
## used in ..First.lib, may disappear if ONLY a namespace version is needed
301
export(.saveImage)