| Line 32... |
Line 32... |
| 32 |
\item{env}{character vector of name=value strings to set environment
|
32 |
\item{env}{character vector of name=value strings to set environment
|
| 33 |
variables.}
|
33 |
variables.}
|
| 34 |
\item{wait}{a logical (not \code{NA}) indicating whether the \R
|
34 |
\item{wait}{a logical (not \code{NA}) indicating whether the \R
|
| 35 |
interpreter should wait for the command to finish, or run it
|
35 |
interpreter should wait for the command to finish, or run it
|
| 36 |
asynchronously. This will be ignored (and the interpreter will
|
36 |
asynchronously. This will be ignored (and the interpreter will
|
| 37 |
always wait) if \code{stdout = TRUE} or \code{stderr = TRUE}.}
|
37 |
always wait) if \code{stdout = TRUE} or \code{stderr = TRUE}. When
|
| - |
|
38 |
running the command asynchronously, no output will be displayed on
|
| - |
|
39 |
the \code{Rgui} console in Windows (it will be dropped, instead).}
|
| 38 |
\item{timeout}{timeout in seconds, ignored if 0. This is a limit for the
|
40 |
\item{timeout}{timeout in seconds, ignored if 0. This is a limit for the
|
| 39 |
elapsed time running \code{command} in a separate process. Fractions
|
41 |
elapsed time running \code{command} in a separate process. Fractions
|
| 40 |
of seconds are ignored.}
|
42 |
of seconds are ignored.}
|
| 41 |
#ifdef unix
|
43 |
#ifdef unix
|
| 42 |
\item{minimized, invisible}{arguments that are accepted on Windows but
|
44 |
\item{minimized, invisible}{arguments that are accepted on Windows but
|