| Line 35... |
Line 35... |
| 35 |
the \code{.Last} function, control will be returned to the command
|
35 |
the \code{.Last} function, control will be returned to the command
|
| 36 |
prompt, so do test the function thoroughly.
|
36 |
prompt, so do test the function thoroughly.
|
| 37 |
|
37 |
|
| 38 |
Some error statuses are used by \R itself. The default error
|
38 |
Some error statuses are used by \R itself. The default error
|
| 39 |
handler for non-interactive effectively calls \code{q("no", 1,
|
39 |
handler for non-interactive effectively calls \code{q("no", 1,
|
| 40 |
FALSE)} and returns error code 1. Error status 2 is used for \R
|
40 |
FALSE)} and returns error code 1. Error status 2 is used for \R
|
| 41 |
`suicide', that is a catastrophic failure, and other small numbers
|
41 |
\sQuote{suicide}, that is a catastrophic failure, and other small
|
| 42 |
are used by specific ports for initialization failures. It is
|
42 |
numbers are used by specific ports for initialization failures. It
|
| 43 |
recommended that users choose statuses of 10 or more.
|
43 |
is recommended that users choose statuses of 10 or more.
|
| 44 |
|
44 |
|
| 45 |
Valid values of \code{status} are system-dependent, but \code{0:255}
|
45 |
Valid values of \code{status} are system-dependent, but \code{0:255}
|
| 46 |
are normally valid.
|
46 |
are normally valid.
|
| 47 |
}
|
47 |
}
|
| 48 |
\references{
|
48 |
\references{
|