make.packages.html {utils} | R Documentation |
Functions to re-create the HTML documentation files to reflect all installed packages.
make.packages.html(lib.loc = .libPaths())
lib.loc |
character vector. List of libraries to be included. |
This sets up the links from packages in libraries to the ‘.R’
subdirectory of the per-session directory (see tempdir
)
and then creates the ‘packages.html’ and ‘index.txt’ files
to point to those links.
If a package is available in more than one library tree, all the
copies are linked, after the first with suffix .1
etc.
Logical, whether the function succeeded in recreating the files.