File: NAMESPACE

package info (click to toggle)
r-cran-r.methodss3 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 300 kB
  • sloc: sh: 12; makefile: 2
file content (57 lines) | stat: -rw-r--r-- 1,693 bytes parent folder | download | duplicates (2)
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
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# IMPORTS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
importFrom("utils", "capture.output")
importFrom("utils", "getAnywhere")
importFrom("utils", "getS3method")
importFrom("utils", "head")
importFrom("utils", "file_test")


# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 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")