/usr/lib/R/site-library/R.methodsS3/NAMESPACE is in r-cran-r.methodss3 1.7.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# IMPORTS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
importFrom("utils", "capture.output")
importFrom("utils", "getAnywhere")
importFrom("utils", "getS3method")
importFrom("utils", "head")
## When package depends on R (>= 2.6.0)
## importFrom("codetools", "findGlobals")
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# EXPORTS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Export all public methods, that is, those without a preceeding dot
# in their names.
##exportPattern("^[^\\.]")
export("appendVarArgs")
##export("export")
##export("export<-")
export("findDispatchMethodsS3")
export("getDispatchMethodS3")
export("getGenericS3")
export("getMethodS3")
export("hasVarArgs")
export("isGenericS3")
export("isGenericS4")
##export("noexport")
##export("S3class<-")
export("setGenericS3")
export("setMethodS3")
export("throw")
export("pkgStartupMessage")
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# DECLARATIONS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# default
S3method("getGenericS3", "default")
S3method("getMethodS3", "default")
S3method("isGenericS3", "default")
S3method("isGenericS4", "default")
S3method("pkgStartupMessage", "default")
S3method("setGenericS3", "default")
S3method("setMethodS3", "default")
S3method("throw", "default")
##export("startupMessage")
##S3method("startupMessage", "default")
S3method("findDispatchMethodsS3", "default") ## private; drop?
S3method("getDispatchMethodS3", "default") ## private; drop?
# function
S3method("appendVarArgs", "function")
S3method("hasVarArgs", "function")
|