The R Project SVN R

Rev

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

Rev 70332 Rev 76572
Line 1... Line 1...
1
% File src/library/methods/man/methodUtilities.Rd
1
% File src/library/methods/man/methodUtilities.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2009 R Core Team
3
% Copyright 1995-2019 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{methodUtilities}
6
\name{methodUtilities}
7
\alias{functionBody}
7
\alias{functionBody}
8
\alias{functionBody<-}
8
\alias{functionBody<-}
Line 78... Line 78...
78
    }
78
    }
79
    \item{\code{showDefault}:}{
79
    \item{\code{showDefault}:}{
80
      Utility, used to enable \code{show} methods to be called by the
80
      Utility, used to enable \code{show} methods to be called by the
81
      automatic printing (via \code{print.default}).
81
      automatic printing (via \code{print.default}).
82
 
82
 
83
      Argument \code{oldMethods} controls whether old-style print
83
      Argument \code{oldMethods} is deprecated as it has been unused since
84
      methods are used for this object.  It is \code{TRUE} by default
-
 
85
      if called directly, but \code{FALSE} when called from the
-
 
86
      \pkg{methods} package for automatic printing (to avoid potential
-
 
87
      recursion).
84
      \R >= 1.7.0.
88
    }
85
    }
89
    \item{\code{initMethodDispatch}:}{
86
    \item{\code{initMethodDispatch}:}{
90
      Turn on the internal method dispatch code.  Called on loading
87
      Turn on the internal method dispatch code.  Called on loading
91
      the namespace.  Also, if dispatch has been turned off (by calling
88
      the namespace.  Also, if dispatch has been turned off (by calling
92
      \code{.isMethodsDispatchOn(FALSE)}---a very gutsy thing to do),
89
      \code{.isMethodsDispatchOn(FALSE)}---a very gutsy thing to do),