The R Project SVN R

Rev

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

Rev 11197 Rev 11515
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
# ${R_HOME}/bin/BATCH
3
# ${R_HOME}/bin/BATCH
4
 
4
 
5
revision='$Revision: 1.10 $'
5
revision='$Revision: 1.11 $'
6
version=`set - ${revision}; echo ${2}`
6
version=`set - ${revision}; echo ${2}`
7
version="R batch front end ${version}"
7
version="R batch front end ${version}
8
 
8
 
-
 
9
Copyright (C) 2000 The R Core Development Team.
-
 
10
This is free software; see the GNU General Public Licence version 2
-
 
11
or later for copying conditions.  There is NO warranty."
-
 
12
 
9
usage="Usage: R BATCH [options] infile [outfile]
13
usage="Usage: R CMD BATCH [options] infile [outfile]
10
 
14
 
11
Run R non-interactively with input from infile and place output (stdout
15
Run R non-interactively with input from infile and place output (stdout
12
and stderr) to another file.  If not given, the name of the output file
16
and stderr) to another file.  If not given, the name of the output file
13
is the one of the input file, with a possible \`.R' extension stripped,
17
is the one of the input file, with a possible \`.R' extension stripped,
14
and \`.Rout' appended.
18
and \`.Rout' appended.