| Line 304... |
Line 304... |
| 304 |
\option{--verbose}.}
|
304 |
\option{--verbose}.}
|
| 305 |
|
305 |
|
| 306 |
\item{\code{warn}:}{sets the handling of warning messages. If
|
306 |
\item{\code{warn}:}{sets the handling of warning messages. If
|
| 307 |
\code{warn} is negative all warnings are ignored. If \code{warn}
|
307 |
\code{warn} is negative all warnings are ignored. If \code{warn}
|
| 308 |
is zero (the default) warnings are stored until the top--level
|
308 |
is zero (the default) warnings are stored until the top--level
|
| 309 |
function returns. If fewer than 10 warnings were signalled they
|
309 |
function returns. If 10 or fewer warnings were signalled they
|
| 310 |
will be printed otherwise a message saying how many were
|
310 |
will be printed otherwise a message saying how many were
|
| 311 |
signalled. An object called \code{last.warning} is
|
311 |
signalled. An object called \code{last.warning} is
|
| 312 |
created and can be printed through the function
|
312 |
created and can be printed through the function
|
| 313 |
\code{\link{warnings}}. If \code{warn} is one, warnings are
|
313 |
\code{\link{warnings}}. If \code{warn} is one, warnings are
|
| 314 |
printed as they occur. If \code{warn} is two or larger all
|
314 |
printed as they occur. If \code{warn} is two or larger all
|