The R Project SVN R

Rev

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

Rev 46832 Rev 47442
Line 1... Line 1...
1
#!@R_SHELL@
1
#!@R_SHELL@
2
 
2
 
3
revision='$Rev: 46832 $'
3
revision='$Rev: 47442 $'
4
version=`set - ${revision}; echo ${2}`
4
version=`set - ${revision}; echo ${2}`
5
version="Sweave front-end r${version}
5
version="Sweave front-end r${version}
6
 
6
 
7
Copyright (C) 2006-7 The R Core Development Team.
7
Copyright (C) 2006-7 The R Core Development Team.
8
This is free software; see the GNU General Public License version 2
8
This is free software; see the GNU General Public License version 2
Line 12... Line 12...
12
 
12
 
13
A simple front-end for Sweave()
13
A simple front-end for Sweave()
14
 
14
 
15
Options:
15
Options:
16
  -h, --help		print short help message and exit
16
  -h, --help		print short help message and exit
17
  -v, --version		print Sweave version info and exit
17
  -v, --version		print version info and exit
18
 
18
 
19
Report bugs to <r-bugs@r-project.org>."
19
Report bugs to <r-bugs@r-project.org>."
20
 
20
 
21
case ${1} in
21
case ${1} in
22
  -h|--help)
22
  -h|--help)