Description Usage Arguments Author(s)
This function extracts Rd man pages and builds pdf reference manuals
from the man
subdirectory of R source packages archives
(.tar.gz
) found in a local package repository.
All Rd files found in man
will be extracted and used during
the pdf construction process. Only source package archives will be
processed. The constructed pdf files will be extracted under
destDir
and will be found in PKGNAME/man/*.pdf
.
Prior to extraction, all Rd and pdf files in destDir/PKGNAME/man
will be removed.
1 | extractManuals(reposRoot, srcContrib, destDir)
|
reposRoot |
character vector giving the path to the root of the local CRAN-style package repository |
srcContrib |
character vector giving the relative path from the
|
destDir |
character vector specifying the directory in which the
extracted files will be written. If missing, files will be written
to |
Patrick Aboyoun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.