The R Project SVN R

Rev

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

Rev 59036 Rev 71736
Line 1... Line 1...
1
#
1
#
2
# ${R_HOME}/bin/BATCH
2
# ${R_HOME}/bin/BATCH
3
 
3
 
4
revision='$Rev: 59036 $'
4
revision='$Rev: 71736 $'
5
version=`set - ${revision}; echo ${2}`
5
version=`set - ${revision}; echo ${2}`
6
version="R batch front end: ${R_VERSION} (r${version})
6
version="R batch front end: ${R_VERSION} (r${version})
7
 
7
 
8
Copyright (C) 2000--2006 The R Core Team.
8
Copyright (C) 2000--2006 The R Core Team.
9
This is free software; see the GNU General Public License version 2
9
This is free software; see the GNU General Public License version 2
Line 27... Line 27...
27
Further arguments starting with a '-' are considered as options as long
27
Further arguments starting with a '-' are considered as options as long
28
as '--' was not encountered, and are passed on to the R process, which
28
as '--' was not encountered, and are passed on to the R process, which
29
by default is started with '$opts'.
29
by default is started with '$opts'.
30
See also help('BATCH') inside R.
30
See also help('BATCH') inside R.
31
 
31
 
32
Report bugs at bugs.r-project.org ."
32
Report bugs at <https://bugs.R-project.org>."
33
 
33
 
34
while test -n "${1}"; do
34
while test -n "${1}"; do
35
  case ${1} in
35
  case ${1} in
36
    -h|--help)
36
    -h|--help)
37
      echo "${usage}"; exit 0 ;;
37
      echo "${usage}"; exit 0 ;;