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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Do not modify this file since it was automatically generated from:
%
% 999.NonDocumentedObjects.R
%
% by the Rdoc compiler part of the R.oo package.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\name{Non-documented objects}
\alias{Non-documented objects}
\title{Non-documented objects}
% Utility functions
\alias{appendVarArgs}
\alias{appendVarArgs.function}
\alias{hasVarArgs}
\alias{hasVarArgs.function}
% Basic validators
\alias{rccValidateFunctionName}
\alias{rccValidateSetGenericS3}
\alias{rccValidateSetMethodS3}
\description{
This page contains aliases for all "non-documented" objects that
\code{R CMD check} detects in this package.
Almost all of them are \emph{generic} functions that have specific
document for the corresponding method coupled to a specific class.
Other functions are re-defined by \code{setMethodS3()} to
\emph{default} methods. Neither of these two classes are non-documented
in reality.
The rest are deprecated methods.
}
\author{Henrik Bengtsson}
\keyword{documentation}
\keyword{internal}
|