| Line 3... |
Line 3... |
| 3 |
## Examples:
|
3 |
## Examples:
|
| 4 |
## R CMD Rd2dvi /path/to/Rsrc/src/library/base/man/Normal.Rd
|
4 |
## R CMD Rd2dvi /path/to/Rsrc/src/library/base/man/Normal.Rd
|
| 5 |
## R CMD Rd2dvi `grep -l "\\keyword{distr" \
|
5 |
## R CMD Rd2dvi `grep -l "\\keyword{distr" \
|
| 6 |
## /path/to/Rsrc/src/library/stats/man/*.Rd | sort | uniq`
|
6 |
## /path/to/Rsrc/src/library/stats/man/*.Rd | sort | uniq`
|
| 7 |
|
7 |
|
| 8 |
revision='$Rev: 49862 $'
|
8 |
revision='$Rev: 50964 $'
|
| 9 |
version=`set - ${revision}; echo ${2}`
|
9 |
version=`set - ${revision}; echo ${2}`
|
| 10 |
version="Rd2dvi: ${R_VERSION} (r${version})
|
10 |
version="Rd2dvi: ${R_VERSION} (r${version})
|
| 11 |
|
11 |
|
| 12 |
Copyright (C) 2000-2009 The R Core Development Team.
|
12 |
Copyright (C) 2000-2009 The R Core Development Team.
|
| 13 |
This is free software; see the GNU General Public License version 2
|
13 |
This is free software; see the GNU General Public License version 2
|
| Line 24... |
Line 24... |
| 24 |
or a single file, and 'Rd2' otherwise.
|
24 |
or a single file, and 'Rd2' otherwise.
|
| 25 |
|
25 |
|
| 26 |
The Rd sources are assumed to be ASCII unless they contain \encoding
|
26 |
The Rd sources are assumed to be ASCII unless they contain \encoding
|
| 27 |
declarations (which take priority) or --encoding is supplied or if using
|
27 |
declarations (which take priority) or --encoding is supplied or if using
|
| 28 |
package sources, if the package DESCRIPTION file has an Encoding field.
|
28 |
package sources, if the package DESCRIPTION file has an Encoding field.
|
| 29 |
The output encoding defaults to the package encoding then to 'latin1'.
|
29 |
The output encoding defaults to the package encoding then to 'UTF-8'.
|
| 30 |
|
30 |
|
| 31 |
Options:
|
31 |
Options:
|
| 32 |
-h, --help print short help message and exit
|
32 |
-h, --help print short help message and exit
|
| 33 |
-v, --version print version info and exit
|
33 |
-v, --version print version info and exit
|
| 34 |
--batch no interaction
|
34 |
--batch no interaction
|