The R Project SVN R

Rev

Rev 74435 | Rev 84676 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74435 Rev 75824
Line 26... Line 26...
26
    indicating whether messages written to \file{stdout} or
26
    indicating whether messages written to \file{stdout} or
27
    \file{stderr} should be ignored.}
27
    \file{stderr} should be ignored.}
28
  \item{wait}{a logical (not \code{NA}) indicating whether the \R
28
  \item{wait}{a logical (not \code{NA}) indicating whether the \R
29
    interpreter should wait for the command to finish, or run it
29
    interpreter should wait for the command to finish, or run it
30
    asynchronously.  This will be ignored (and the interpreter will
30
    asynchronously.  This will be ignored (and the interpreter will
31
    always wait) if \code{intern = TRUE}.}
31
    always wait) if \code{intern = TRUE}. When running the command
-
 
32
    asynchronously, no output will be displayed on the \code{Rgui}
-
 
33
    console in Windows (it will be dropped, instead).}
32
  \item{input}{if a character vector is supplied, this is copied one
34
  \item{input}{if a character vector is supplied, this is copied one
33
    string per line to a temporary file, and the standard input of
35
    string per line to a temporary file, and the standard input of
34
    \code{command} is redirected to the file.}
36
    \code{command} is redirected to the file.}
35
  \item{timeout}{timeout in seconds, ignored if 0.  This is a limit for the
37
  \item{timeout}{timeout in seconds, ignored if 0.  This is a limit for the
36
    elapsed time running \code{command} in a separate process.  Fractions
38
    elapsed time running \code{command} in a separate process.  Fractions
Line 42... Line 44...
42
#endif
44
#endif
43
#ifdef windows
45
#ifdef windows
44
  \item{show.output.on.console}{logical (not \code{NA}), indicates
46
  \item{show.output.on.console}{logical (not \code{NA}), indicates
45
    whether to capture the output of the command and show it on the \R
47
    whether to capture the output of the command and show it on the \R
46
    console (not used by \code{Rterm}, which shows the output in the
48
    console (not used by \code{Rterm}, which shows the output in the
-
 
49
    terminal unless \code{wait} is false, and on some systems even when
47
    terminal unless \code{wait} is false).}
50
    \code{wait} is false).}
48
  \item{minimized}{logical (not \code{NA}), indicates whether a
51
  \item{minimized}{logical (not \code{NA}), indicates whether a
49
    command window should be displayed initially as a minimized window.}
52
    command window should be displayed initially as a minimized window.}
50
  \item{invisible}{logical (not \code{NA}), indicates whether a
53
  \item{invisible}{logical (not \code{NA}), indicates whether a
51
    command window should be visible on the screen.}
54
    command window should be visible on the screen.}
52
#endif
55
#endif