The R Project SVN R

Rev

Rev 74363 | Rev 85532 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74363 Rev 83088
Line 492... Line 492...
492
generator for the class.  See the section on Debugging below for details.
492
generator for the class.  See the section on Debugging below for details.
493
}
493
}
494
 
494
 
495
\item{\code{$usingMethods(...)}}{ %$
495
\item{\code{$usingMethods(...)}}{ %$
496
Reference methods used by this method are named as the arguments
496
Reference methods used by this method are named as the arguments
497
 either quoted or unquoted.  In the code analysis phase of installing the
497
 either quoted or unquoted.  In the code analysis phase of installing
498
 the present method, the declared methods will be included.  It is essential
498
 the present method, the declared methods will be included.  It is essential
499
 to declare any methods used in a nonstandard way (e.g., via an apply function).
499
 to declare any methods used in a nonstandard way (e.g., via an apply function).
500
 Methods called directly do not need to be declared, but it is harmless to do so.
500
 Methods called directly do not need to be declared, but it is harmless to do so.
501
 \code{$usingMethods()} does nothing at run time. %$
501
 \code{$usingMethods()} does nothing at run time. %$
502
}
502
}