| Line 93... |
Line 93... |
| 93 |
|
93 |
|
| 94 |
Installed class methods are \code{"classMethodDefinition"} objects,
|
94 |
Installed class methods are \code{"classMethodDefinition"} objects,
|
| 95 |
with slots that identify the name of the function as a class method
|
95 |
with slots that identify the name of the function as a class method
|
| 96 |
and the other class methods called from this method.
|
96 |
and the other class methods called from this method.
|
| 97 |
The latter information is determined heuristically when the class is
|
97 |
The latter information is determined heuristically when the class is
|
| 98 |
defined by using the \code{codetools} recommended package. This
|
98 |
defined by using the \pkg{codetools} recommended package. This
|
| 99 |
package must be installed when reference classes are defined, but is
|
99 |
package must be installed when reference classes are defined, but is
|
| 100 |
not needed in order to use existing reference classes.
|
100 |
not needed in order to use existing reference classes.
|
| 101 |
}
|
101 |
}
|
| 102 |
|
102 |
|
| 103 |
\author{
|
103 |
\author{
|