The R Project SVN R

Rev

Rev 27445 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27445 Rev 27625
Line 11... Line 11...
11
\arguments{
11
\arguments{
12
  \item{lib.loc}{character vector. List of libraries to be included.}
12
  \item{lib.loc}{character vector. List of libraries to be included.}
13
}
13
}
14
\details{
14
\details{
15
  This sets up the links from packages in libraries to the \file{.R}
15
  This sets up the links from packages in libraries to the \file{.R}
16
  subdirectory of the per-sesson directory (see \code{\link{tempdir}})
16
  subdirectory of the per-session directory (see \code{\link{tempdir}})
17
  and then creates the \file{packages.html} and \file{index.txt} files
17
  and then creates the \file{packages.html} and \file{index.txt} files
18
  to point to those links.
18
  to point to those links.
19
 
19
 
20
  If a package is available in more than one library tree, all the
20
  If a package is available in more than one library tree, all the
21
  copies are linked, after the first with suffix \code{.1} etc.
21
  copies are linked, after the first with suffix \code{.1} etc.