The R Project SVN R

Rev

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

Rev 21758 Rev 35705
Line 10... Line 10...
10
\arguments{
10
\arguments{
11
  \item{interpreter}{a character string naming the interpreter for the
11
  \item{interpreter}{a character string naming the interpreter for the
12
    script.}
12
    script.}
13
  \item{script}{a character string with the base file name of the
13
  \item{script}{a character string with the base file name of the
14
    script, which must be located in the \file{\code{interpreter}}
14
    script, which must be located in the \file{\code{interpreter}}
-
 
15
    subdirectory of
-
 
16
#ifdef unix
-
 
17
    \file{R\_SHARE\_DIR} (normally \file{R\_HOME/share}).}
-
 
18
#endif
-
 
19
#ifdef windows
15
    subdirectory of \file{R\_HOME/share}.}
20
    \file{R\_HOME/share}.}
-
 
21
#endif
16
  \item{args}{a character string giving the arguments to pass to the
22
  \item{args}{a character string giving the arguments to pass to the
17
    script.}
23
    script.}
18
  \item{\dots}{further arguments to be passed to \code{\link{system}}
24
  \item{\dots}{further arguments to be passed to \code{\link{system}}
19
    when invoking the interpreter on the script.}
25
    when invoking the interpreter on the script.}
20
}
26
}