Rev 49311 | Rev 49496 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/tools/man/HTMLlinks.Rd% Part of the R package, http://www.R-project.org% Copyright 2009 R Core Development Team% Distributed under GPL 2 or later\name{HTMLlinks}\alias{findHTMLlinks}\title{Collect HTML Links from Package Documentation}\description{Compute relative file paths for URLs to other package's installed HTMLdocumentation.}\usage{findHTMLlinks(pkgDir = "", lib.loc = NULL)}\arguments{\item{pkgDir}{the top-level directory of an installed package. Thedefault indicates no package.}\item{lib.loc}{character vector describing the location of \R librarytrees to scan: the default indicates \code{\link{.libPaths}()}.}}\details{\code{findHTMLlinks} tries to resolve links from one help page toanother. It uses in decreasing priority\itemize{\item The package in \code{pkgDir}: this is used when convertingHTML help for that package.\item The packages that are loaded in a vanilla \R session.\item Other packages found in the library trees specified by\code{lib.loc} in the order of the trees and alphabetically within alibrary tree.}}\value{A named character vector of file paths, relative to the \file{html}directory of an installed package. So these are of the form\file{"../../\var{somepkg}/html/\var{sometopic}.html"}.}\author{Duncan Murdoch, Brian Ripley}\keyword{ documentation }