The R Project SVN R

Rev

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

Rev 10481 Rev 10633
Line 23... Line 23...
23
# Send any bug reports to Friedrich.Leisch@ci.tuwien.ac.at
23
# Send any bug reports to Friedrich.Leisch@ci.tuwien.ac.at
24
 
24
 
25
use Getopt::Long;
25
use Getopt::Long;
26
use R::Rdconv;
26
use R::Rdconv;
27
 
27
 
28
my $revision = ' $Revision: 1.16 $ ';
28
my $revision = ' $Revision: 1.17 $ ';
29
my $version;
29
my $version;
30
my $name;
30
my $name;
31
 
31
 
32
$revision =~ / ([\d\.]*) /;
32
$revision =~ / ([\d\.]*) /;
33
$version = $1;
33
$version = $1;
Line 64... Line 64...
64
 
64
 
65
The default is to send output to stdout, which is also given by -o -.
65
The default is to send output to stdout, which is also given by -o -.
66
Using -o \"\" will choose an output filename by removing a .Rd extension
66
Using -o \"\" will choose an output filename by removing a .Rd extension
67
from FILE and adding a suitable extension.
67
from FILE and adding a suitable extension.
68
  
68
  
69
Email bug reports to <r-bugs\@lists.r-project.org>.
69
Email bug reports to <r-bugs\@r-project.org>.
70
END
70
END
71
  exit 0;
71
  exit 0;
72
}
72
}
73
 
73
 
74
$OSdir ="unix";
74
$OSdir ="unix";