The R Project SVN R

Rev

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

Rev 61282 Rev 61433
Line 85... Line 85...
85
 
85
 
86
  \code{seemsS4Object} was similar to \code{\link{isS4}} and superseded
86
  \code{seemsS4Object} was similar to \code{\link{isS4}} and superseded
87
  by the introduction of the S4 bit in \R 2.4.0.
87
  by the introduction of the S4 bit in \R 2.4.0.
88
 
88
 
89
  \code{allGenerics} is superseded by \code{\link{getGenerics}}.
89
  \code{allGenerics} is superseded by \code{\link{getGenerics}}.
90
  
90
 
91
  \code{trySilent(ex)} was a deprecated equivalent of \code{\link{try}(e,
91
  \code{trySilent(ex)} was a deprecated equivalent of \code{\link{try}(e,
92
    silent=TRUE)}; in \R programming it is typically more efficient and
92
    silent=TRUE)}; in \R programming it is typically more efficient and
93
  flexible to work with something like \code{\link{tryCatch}(ex,
93
  flexible to work with something like \code{\link{tryCatch}(ex,
94
    error = function(e) e)} instead.
94
    error = function(e) e)} instead.
95
  
95
 
96
  The functions \code{traceOn} and \code{traceOff} have been replaced by
96
  The functions \code{traceOn} and \code{traceOff} have been replaced by
97
  extended versions of the functions \code{\link{trace}} and
97
  extended versions of the functions \code{\link{trace}} and
98
  \code{\link{untrace}}.
98
  \code{\link{untrace}}.
99
}
99
}
100
 
100