The R Project SVN R

Rev

Rev 29864 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29864 Rev 30691
Line 5... Line 5...
5
S3method(print, classRepresentation)
5
S3method(print, classRepresentation)
6
 
6
 
7
 
7
 
8
export(.BasicClasses)
8
export(.BasicClasses)
9
export(.BasicFunsList)
9
export(.BasicFunsList)
10
export(.First.lib)
-
 
11
export(.TraceWithMethods)
10
export(.TraceWithMethods)
12
export(.untracedFunction)
11
export(.untracedFunction)
13
export(".__C__(")
12
export(".__C__(")
14
export(".__C__<-")
13
export(".__C__<-")
15
export(".__C__ANY")
14
export(".__C__ANY")
Line 294... Line 293...
294
export(validSlotNames)
293
export(validSlotNames)
295
 
294
 
296
## the next 2 would not be needed if R_initMethods looked in the namespace, not globalenv
295
## the next 2 would not be needed if R_initMethods looked in the namespace, not globalenv
297
export(.ShortPrimitiveSkeletons)
296
export(.ShortPrimitiveSkeletons)
298
export(.EmptyPrimitiveSkeletons)
297
export(.EmptyPrimitiveSkeletons)
299
 
-
 
300
## used in ..First.lib, may disappear if ONLY a namespace version is needed
-
 
301
export(.saveImage)
-