| Line 62... |
Line 62... |
| 62 |
see the source code. Functions recognized as S3 generics are those
|
62 |
see the source code. Functions recognized as S3 generics are those
|
| 63 |
with a call to \code{UseMethod} in their body, internal S3 generics
|
63 |
with a call to \code{UseMethod} in their body, internal S3 generics
|
| 64 |
(see \code{\link[base]{InternalMethods}}), and S3 group generics (see
|
64 |
(see \code{\link[base]{InternalMethods}}), and S3 group generics (see
|
| 65 |
\code{\link[base]{Math}}). Possible dispatch under a different name
|
65 |
\code{\link[base]{Math}}). Possible dispatch under a different name
|
| 66 |
is not taken into account. The generics are sought first in the given
|
66 |
is not taken into account. The generics are sought first in the given
|
| 67 |
package and then in the \pkg{base} package (but currently not in other
|
67 |
package, then in the \pkg{base} package and (currently) the packages
|
| - |
|
68 |
\pkg{graphics}, \pkg{stats}, and \pkg{utils} added in R 1.9.0 by
|
| 68 |
packages \dQuote{used} by the given package).
|
69 |
splitting the former \pkg{base}, and, if an installed package is
|
| - |
|
70 |
tested, also in the loaded namespaces/packages listed in the package's
|
| - |
|
71 |
\file{DESCRIPTION} Depends field.
|
| 69 |
|
72 |
|
| 70 |
If using an installed package, the checks needing access to all R
|
73 |
If using an installed package, the checks needing access to all R
|
| 71 |
objects of the package will load the package (unless it is the
|
74 |
objects of the package will load the package (unless it is the
|
| 72 |
\pkg{base} package), after possibly detaching an already loaded
|
75 |
\pkg{base} package), after possibly detaching an already loaded
|
| 73 |
version of the package.
|
76 |
version of the package.
|