~showard314/ubuntu/karmic/r-base/remove_start_comments

« back to all changes in this revision

Viewing changes to src/library/methods/NAMESPACE

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-01-19 12:40:24 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090119124024-abxsf4e0y7713w9m
Tags: 2.8.1-2
debian/control: Add another Build-Depends: exclusion for the 
'kfreebsd-i386 kfreebsd-amd64 hurd-i386' architecture to openjdk-6-jdk.
Thanks to Petr Salinger for the heads-up.               (Closes: 512324)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
useDynLib(methods)
 
1
useDynLib(methods) #>> fails for now : .registration = TRUE
2
2
 
3
3
importFrom(utils, find)
4
4
S3method(print, MethodsList)
27
27
export(Ops)
28
28
export(Quote)
29
29
export(SignatureMethod)
 
30
export(S3Class)
 
31
export("S3Class<-")
 
32
export(S3Part)
 
33
export("S3Part<-")
30
34
export(Summary)
31
35
export(addNextMethod)
32
36
export(allGenerics)
119
123
export(isSealedClass)
120
124
export(isSealedMethod)
121
125
export(isVirtualClass)
 
126
export(isXS3Class)
122
127
export(languageEl)
123
128
export("languageEl<-")
124
129
export(linearizeMlist)
188
193
export(slot)
189
194
export("slot<-")
190
195
export(slotNames, ".slotNames")
 
196
export(slotsFromS3)
191
197
export(substituteDirect)
192
198
export(substituteFunctionArgs)
193
199
export(superClassDepth)