The R Project SVN R

Rev

Rev 72049 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72049 Rev 74117
Line 1... Line 1...
1
#
1
#
2
# ${R_HOME}/bin/BATCH
2
# ${R_HOME}/bin/BATCH
3
 
3
 
4
revision='$Rev: 72049 $'
4
revision='$Rev: 74117 $'
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--2018 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
10
or later for copying conditions.  There is NO warranty."
10
or later for copying conditions.  There is NO warranty."
11
 
11
 
12
opts="--restore --save --no-readline"
12
opts="--restore --save --no-readline"
13
 
13