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/COMPILE
2
# ${R_HOME}/bin/COMPILE
3
 
3
 
4
# @configure_input@
4
# @configure_input@
5
 
5
 
6
revision='$Rev: 71736 $'
6
revision='$Rev: 74000 $'
7
version=`set - ${revision}; echo ${2}`
7
version=`set - ${revision}; echo ${2}`
8
version="R compilation front end: ${R_VERSION} (r${version})
8
version="R compilation front end: ${R_VERSION} (r${version})
9
 
9
 
10
Copyright (C) 2000-2013 The R Core Team.
10
Copyright (C) 2000-2018 The R Core Team.
11
This is free software; see the GNU General Public License version 2 or
11
This is free software; see the GNU General Public License version 2 or
12
later for copying conditions.  There is NO warranty."
12
later for copying conditions.  There is NO warranty."
13
 
13
 
14
usage="Usage: R CMD COMPILE [options] files
14
usage="Usage: R CMD COMPILE [options] files
15
 
15