The R Project SVN R

Rev

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

Rev 25260 Rev 26719
Line 25... Line 25...
25
use Getopt::Long;
25
use Getopt::Long;
26
use R::Rdconv;
26
use R::Rdconv;
27
use R::Utils;
27
use R::Utils;
28
use R::Vars;
28
use R::Vars;
29
 
29
 
30
my $revision = ' $Revision: 1.24 $ ';
30
my $revision = ' $Revision: 1.25 $ ';
31
my $version;
31
my $version;
32
my $name;
32
my $name;
33
 
33
 
34
$revision =~ / ([\d\.]*) /;
34
$revision =~ / ([\d\.]*) /;
35
$version = $1;
35
$version = $1;
Line 95... Line 95...
95
  -h, --help		print short help message and exit
95
  -h, --help		print short help message and exit
96
  -v, --version		print version info and exit
96
  -v, --version		print version info and exit
97
  -d, --debug		turn on debugging (increase verbosity)
97
  -d, --debug		turn on debugging (increase verbosity)
98
  -t, --type=TYPE	convert to format TYPE
98
  -t, --type=TYPE	convert to format TYPE
99
  -o, --output=OUT	use 'OUT' as the output file
99
  -o, --output=OUT	use 'OUT' as the output file
100
      --os=NAME		use OS subdir 'NAME' (unix, mac or windows)
100
      --os=NAME		use OS subdir 'NAME' (unix or windows)
101
      --OS=NAME		the same as '--os'
101
      --OS=NAME		the same as '--os'
102
 
102
 
103
Possible format specifications are 'txt' (plain text), 'html', 'latex',
103
Possible format specifications are 'txt' (plain text), 'html', 'latex',
104
'Sd' (old S documentation format), 'Ssgm' (new S documentation format),
104
'Sd' (old S documentation format), 'Ssgm' (new S documentation format),
105
and 'example' (extract R code in the examples).
105
and 'example' (extract R code in the examples).