The R Project SVN R

Rev

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

Rev 68948 Rev 88167
Line 1... Line 1...
1
% File src/library/utils/man/unix/make.packages.html.Rd
1
% File src/library/utils/man/unix/make.packages.html.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2011 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{make.packages.html}
6
\name{make.packages.html}
7
\alias{make.packages.html}
7
\alias{make.packages.html}
8
\title{Update HTML Package List}
8
\title{Update HTML Package List}
9
\usage{
9
\usage{
10
make.packages.html(lib.loc = .libPaths(), temp = FALSE,
10
make.packages.html(lib.loc = getOption("html_lib.loc", default = .libPaths()),
11
                   verbose = TRUE, docdir = R.home("doc"))
11
                   temp = FALSE, verbose = TRUE, docdir = R.home("doc"))
12
}
12
}
13
\description{
13
\description{
14
  Re-create the HTML list of packages.
14
  Re-create the HTML list of packages.
15
}
15
}
16
\arguments{
16
\arguments{
17
  \item{lib.loc}{character vector.  List of libraries to be included.}
17
  \item{lib.loc}{character vector of package libraries to be
-
 
18
    included.  Default typically set from \code{\link{help.start}(lib.loc = *)}.}
18
  \item{temp}{logical: should the package indices be created in a
19
  \item{temp}{logical: should the package indices be created in a
19
    temporary location for use by the HTTP server?}
20
    temporary location for use by the HTTP server?}
20
  \item{verbose}{logical.  If true, print out a message.
21
  \item{verbose}{logical.  If true, print out a message.
21
#ifdef windows
22
#ifdef windows
22
    On Windows, show a progress bar.
23
    On Windows, show a progress bar.
Line 52... Line 53...
52
  \code{\link{help.start}}
53
  \code{\link{help.start}}
53
}
54
}
54
\examples{\dontrun{
55
\examples{\dontrun{
55
make.packages.html()
56
make.packages.html()
56
# this can be slow for large numbers of installed packages.
57
# this can be slow for large numbers of installed packages.
57
}}
58
}
-
 
59
if(interactive()) # typically fast and quiet
-
 
60
  make.packages.html(lib.loc = .Library, verbose=FALSE)
58
 
61
}
59
\keyword{utilities}
62
\keyword{utilities}