The R Project SVN R

Rev

Rev 70274 | Rev 83770 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70274 Rev 70405
Line 211... Line 211...
211
export(testInheritedMethods)
211
export(testInheritedMethods)
212
export(testVirtual)
212
export(testVirtual)
213
export(traceOff)
213
export(traceOff)
214
export(traceOn)
214
export(traceOn)
215
export(tryNew)
215
export(tryNew)
-
 
216
export(isRematched)
216
export(unRematchDefinition)
217
export(unRematchDefinition)
217
export(validObject)
218
export(validObject)
218
export(validSlotNames)
219
export(validSlotNames)
-
 
220
export(.isMethodDebugged)
-
 
221
export(.debugMethod)
-
 
222
export(.undebugMethod)
219
 
223
 
220
## the next 2 would not be needed if R_initMethods looked in the namespace, not globalenv
224
## the next 2 would not be needed if R_initMethods looked in the namespace, not globalenv
221
export(.ShortPrimitiveSkeletons)
225
export(.ShortPrimitiveSkeletons)
222
export(.EmptyPrimitiveSkeletons)
226
export(.EmptyPrimitiveSkeletons)
223
 
227