| Line 1... |
Line 1... |
| 1 |
% File src/library/utils/man/update.packages.Rd
|
1 |
% File src/library/utils/man/update.packages.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-2017 R Core Team
|
3 |
% Copyright 1995-2019 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{update.packages}
|
6 |
\name{update.packages}
|
| 7 |
\alias{update.packages}
|
7 |
\alias{update.packages}
|
| 8 |
\alias{old.packages}
|
8 |
\alias{old.packages}
|
| Line 57... |
Line 57... |
| 57 |
install the packages.}
|
57 |
install the packages.}
|
| 58 |
\item{ask}{logical indicating whether to ask the user to select
|
58 |
\item{ask}{logical indicating whether to ask the user to select
|
| 59 |
packages before they are downloaded and installed, or the character
|
59 |
packages before they are downloaded and installed, or the character
|
| 60 |
string \code{"graphics"}, which brings up a widget to allow the user
|
60 |
string \code{"graphics"}, which brings up a widget to allow the user
|
| 61 |
to (de-)select from the list of packages which could be updated.
|
61 |
to (de-)select from the list of packages which could be updated.
|
| 62 |
(The latter value only works on systems with a GUI version of
|
62 |
The latter value only works on systems with a GUI version of
|
| 63 |
\code{\link{select.list}}, and is otherwise equivalent to
|
63 |
\code{\link{select.list}}, and is otherwise equivalent to
|
| - |
|
64 |
\code{ask = TRUE}. \code{ask} does not control questions asked before
|
| - |
|
65 |
installing packages from source via \code{type = "both"} (see option
|
| 64 |
\code{ask = TRUE}.)
|
66 |
\code{"install.packages.compile.from.source"}).
|
| 65 |
}
|
67 |
}
|
| 66 |
\item{available}{
|
68 |
\item{available}{
|
| 67 |
an object as returned by \code{\link{available.packages}}
|
69 |
an object as returned by \code{\link{available.packages}}
|
| 68 |
listing packages available at the repositories, or \code{NULL} which
|
70 |
listing packages available at the repositories, or \code{NULL} which
|
| 69 |
makes an internal call to \code{available.packages}.
|
71 |
makes an internal call to \code{available.packages}.
|