The R Project SVN R

Rev

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

Rev 71736 Rev 74000
Line 1... Line 1...
1
#
1
#
2
# ${R_HOME}/bin/BATCH
2
# ${R_HOME}/bin/BATCH
3
 
3
 
4
revision='$Rev: 71736 $'
4
revision='$Rev: 74000 $'
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