The R Project SVN R

Rev

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

Rev 35840 Rev 36012
Line 2... Line 2...
2
#
2
#
3
# ${R_HOME}/bin/INSTALL for installing add-on packages
3
# ${R_HOME}/bin/INSTALL for installing add-on packages
4
 
4
 
5
# @configure_input@
5
# @configure_input@
6
 
6
 
-
 
7
## Trap interrupts, most importantly 2 (^C from keyboard)
-
 
8
trap do_exit_on_error 1 2 15
-
 
9
 
7
revision='$Revision: 1.161 $'
10
revision='$Revision: 1.161 $'
8
version=`set - ${revision}; echo ${2}`
11
version=`set - ${revision}; echo ${2}`
9
version="R add-on package installer ${version}
12
version="R add-on package installer ${version}
10
 
13
 
11
Copyright (C) 2000-2005 The R Core Development Team.
14
Copyright (C) 2000-2005 The R Core Development Team.