The R Project SVN R

Rev

Rev 88581 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88581 Rev 89993
Line 61... Line 61...
61
  \bibshow{R:Becker+Chambers+Wilks:1988}
61
  \bibshow{R:Becker+Chambers+Wilks:1988}
62
}
62
}
63
\seealso{
63
\seealso{
64
  \code{\link{warning}}, \code{\link{try}} to catch errors and retry,
64
  \code{\link{warning}}, \code{\link{try}} to catch errors and retry,
65
  and \code{\link{options}} for setting error handlers.
65
  and \code{\link{options}} for setting error handlers.
66
  \code{\link{stopifnot}} for validity testing.  \code{tryCatch}
66
  \code{\link{stopifnot}} for validity testing.  \code{\link{tryCatch}}
67
  and \code{withCallingHandlers} can be used to establish custom handlers
67
  and \code{withCallingHandlers} can be used to establish custom handlers
68
  while executing an expression.
68
  while executing an expression.
69
 
69
 
70
  \code{\link{gettext}} for the mechanisms for the automated translation
70
  \code{\link{gettext}} for the mechanisms for the automated translation
71
  of messages.
71
  of messages.