This help topic is for R version 1.7.1. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/make.packages.html.html
make.packages.html {base}R Documentation

Update HTML documentation files

Description

Functions to re-create the HTML documentation files to reflect all installed packages.

Usage

make.packages.html(lib.loc = .libPaths())

Arguments

lib.loc

character vector. List of libraries to be included.

Details

This sets up the links from packages in libraries to the ‘.R’ subdirectory of the per-sesson 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.

Value

Logical, whether the function succeeded in recreating the files.

See Also

help.start


[Package base version 1.7.1 ]