The R Project SVN R

Rev

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

Rev 61357 Rev 61393
Line 5... Line 5...
5
 
5
 
6
exportPattern("^\\.__C__")
6
exportPattern("^\\.__C__")
7
exportPattern("^\\.__M__")
7
exportPattern("^\\.__M__")
8
exportPattern("^\\.__T__")
8
exportPattern("^\\.__T__")
9
 
9
 
10
export(.Last.lib)
-
 
11
export(.TraceWithMethods)
10
export(.TraceWithMethods)
12
export(.untracedFunction)
11
export(.untracedFunction)
13
export(.doTracePrint)
12
export(.doTracePrint)
14
export(.valueClassTest)
13
export(.valueClassTest)
15
export("@<-")
14
export("@<-")
Line 206... Line 205...
206
export(testInheritedMethods)
205
export(testInheritedMethods)
207
export(testVirtual)
206
export(testVirtual)
208
export(traceOff)
207
export(traceOff)
209
export(traceOn)
208
export(traceOn)
210
export(tryNew)
209
export(tryNew)
211
## export(trySilent)
-
 
212
export(unRematchDefinition)
210
export(unRematchDefinition)
213
export(validObject)
211
export(validObject)
214
export(validSlotNames)
212
export(validSlotNames)
215
 
213
 
216
## the next 2 would not be needed if R_initMethods looked in the namespace, not globalenv
214
## the next 2 would not be needed if R_initMethods looked in the namespace, not globalenv
217
export(.ShortPrimitiveSkeletons)
215
export(.ShortPrimitiveSkeletons)
218
export(.EmptyPrimitiveSkeletons)
216
export(.EmptyPrimitiveSkeletons)
219
 
217
 
220
## to allow "S4-cbind/rbind (./R/cbind-rbind.R)
218
## to allow "S4"-cbind/rbind (./R/cbind-rbind.R)
221
export(cbind2)
219
export(cbind2)
222
export(rbind2)
220
export(rbind2)
223
export(kronecker)
221
export(kronecker)
224
 
222
 
225
## implicit generic functionality
223
## implicit generic functionality