| Line 419... |
Line 419... |
| 419 |
|
419 |
|
| 420 |
\item{\code{verbose}:}{logical. Should \R report extra information
|
420 |
\item{\code{verbose}:}{logical. Should \R report extra information
|
| 421 |
on progress? Set to \code{TRUE} by the command-line option
|
421 |
on progress? Set to \code{TRUE} by the command-line option
|
| 422 |
\option{--verbose}.}
|
422 |
\option{--verbose}.}
|
| 423 |
|
423 |
|
| 424 |
\item{\code{warn}:}{sets the handling of warning messages. If
|
424 |
\item{\code{warn}:}{integer value to set the handling of warning messages. If
|
| 425 |
\code{warn} is negative all warnings are ignored. If \code{warn}
|
425 |
\code{warn} is negative all warnings are ignored. If \code{warn}
|
| 426 |
is zero (the default) warnings are stored until the top--level
|
426 |
is zero (the default) warnings are stored until the top--level
|
| 427 |
function returns. If 10 or fewer warnings were signalled they
|
427 |
function returns. If 10 or fewer warnings were signalled they
|
| 428 |
will be printed otherwise a message saying how many were
|
428 |
will be printed otherwise a message saying how many were
|
| 429 |
signalled. An object called \code{last.warning} is
|
429 |
signalled. An object called \code{last.warning} is
|