| Line 42... |
Line 42... |
| 42 |
under evaluation, exceeds the limit set by
|
42 |
under evaluation, exceeds the limit set by
|
| 43 |
\code{\link{options}("expressions")}
|
43 |
\code{\link{options}("expressions")}
|
| 44 |
}
|
44 |
}
|
| 45 |
|
45 |
|
| 46 |
Stack overflow errors can be caught and handled by exiting handlers
|
46 |
Stack overflow errors can be caught and handled by exiting handlers
|
| 47 |
established with \code{\link{tryCatch}()} Calling handlers established
|
47 |
established with \code{\link{tryCatch}()}. Calling handlers established
|
| 48 |
by \code{\link{withCallingHandlers}()} may fail since there may not be
|
48 |
by \code{\link{withCallingHandlers}()} may fail since there may not be
|
| 49 |
enough stack space to run the handler. In this case the next available
|
49 |
enough stack space to run the handler. In this case the next available
|
| 50 |
exiting handler will be run, or error handling will fall back to the
|
50 |
exiting handler will be run, or error handling will fall back to the
|
| 51 |
default handler. Default handlers set by
|
51 |
default handler. Default handlers set by
|
| 52 |
\code{\link{tryCatch}("error")} may also fail to run in a stack
|
52 |
\code{\link{tryCatch}("error")} may also fail to run in a stack
|