The R Project SVN R

Rev

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

Rev 61150 Rev 63173
Line 40... Line 40...
40
}
40
}
41
\seealso{
41
\seealso{
42
  \code{\link{options}} for setting error handlers and suppressing the
42
  \code{\link{options}} for setting error handlers and suppressing the
43
  printing of error messages;
43
  printing of error messages;
44
  \code{\link{geterrmessage}} for retrieving the last error message.
44
  \code{\link{geterrmessage}} for retrieving the last error message.
45
  \code{\link{tryCatch}} provides another means of catching and handling
45
  The underlying \code{\link{tryCatch}} provides more flexible means of
-
 
46
  catching and handling errors.
-
 
47
 
-
 
48
  \code{\link{assertCondition}} in package \pkg{tools} is related and
46
  errors.
49
  useful for testing.
47
}
50
}
48
\examples{
51
\examples{
49
## this example will not work correctly in example(try), but
52
## this example will not work correctly in example(try), but
50
## it does work correctly if pasted in
53
## it does work correctly if pasted in
51
options(show.error.messages = FALSE)
54
options(show.error.messages = FALSE)