| Line 10... |
Line 10... |
| 10 |
Summarize information about installed packages and packages
|
10 |
Summarize information about installed packages and packages
|
| 11 |
available at various repositories, and automatically upgrade outdated
|
11 |
available at various repositories, and automatically upgrade outdated
|
| 12 |
packages.
|
12 |
packages.
|
| 13 |
}
|
13 |
}
|
| 14 |
\usage{
|
14 |
\usage{
|
| 15 |
packageStatus(lib.loc = NULL, repositories = NULL, method)
|
15 |
packageStatus(lib.loc = NULL, repositories = NULL, method,
|
| - |
|
16 |
type = getOption("pkgType"))
|
| 16 |
|
17 |
|
| 17 |
\method{summary}{packageStatus}(object, \dots)
|
18 |
\method{summary}{packageStatus}(object, \dots)
|
| 18 |
|
19 |
|
| 19 |
\method{update}{packageStatus}(object, lib.loc = levels(object$inst$LibPath),
|
20 |
\method{update}{packageStatus}(object, lib.loc = levels(object$inst$LibPath),
|
| 20 |
repositories = levels(object$avail$Repository), \dots)
|
21 |
repositories = levels(object$avail$Repository), \dots)
|
| Line 26... |
Line 27... |
| 26 |
library trees to search through, or \code{NULL}. The default value
|
27 |
library trees to search through, or \code{NULL}. The default value
|
| 27 |
of \code{NULL} corresponds to all libraries currently known.}
|
28 |
of \code{NULL} corresponds to all libraries currently known.}
|
| 28 |
\item{repositories}{a character vector of URLs describing the location of \R
|
29 |
\item{repositories}{a character vector of URLs describing the location of \R
|
| 29 |
package repositories on the Internet or on the local machine.}
|
30 |
package repositories on the Internet or on the local machine.}
|
| 30 |
\item{method}{Download method, see \code{\link{download.file}}.}
|
31 |
\item{method}{Download method, see \code{\link{download.file}}.}
|
| - |
|
32 |
\item{type}{type of package distribution:
|
| - |
|
33 |
see \code{\link{install.packages}}.}
|
| 31 |
\item{object}{an object of class \code{"packageStatus"} as returned by
|
34 |
\item{object}{an object of class \code{"packageStatus"} as returned by
|
| 32 |
\code{packageStatus}.}
|
35 |
\code{packageStatus}.}
|
| 33 |
\item{ask}{if \code{TRUE}, the user is prompted which packages should
|
36 |
\item{ask}{if \code{TRUE}, the user is prompted which packages should
|
| 34 |
be upgraded and which not.}
|
37 |
be upgraded and which not.}
|
| 35 |
\item{\dots}{currently not used.}
|
38 |
\item{\dots}{currently not used.}
|