| 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.
|