| Line 104... |
Line 104... |
| 104 |
packages that have newer versions on the repositories or, if
|
104 |
packages that have newer versions on the repositories or, if
|
| 105 |
\code{checkBuilt = TRUE}, that were built under an earlier minor
|
105 |
\code{checkBuilt = TRUE}, that were built under an earlier minor
|
| 106 |
version of \R (for example built under 3.3.x when running \R 3.4.0).
|
106 |
version of \R (for example built under 3.3.x when running \R 3.4.0).
|
| 107 |
In either case, for binary package types the timestamp of the
|
107 |
In either case, for binary package types the timestamp of the
|
| 108 |
\code{"Built"} field is also used and a package is considered new if
|
108 |
\code{"Built"} field is also used and a package is considered new if
|
| 109 |
the built timestamp in the repostitory is more recent than the one in
|
109 |
the built timestamp in the repository is more recent than the one in
|
| 110 |
the installed package. Timestamps not in ISO format are silently
|
110 |
the installed package. Timestamps not in ISO format are silently
|
| 111 |
ignored.
|
111 |
ignored.
|
| 112 |
(For binary package types there is no check that the version on the
|
112 |
(For binary package types there is no check that the version on the
|
| 113 |
repository was built under the current minor version of \R,
|
113 |
repository was built under the current minor version of \R,
|
| 114 |
but it is advertised as being suitable for this version.)
|
114 |
but it is advertised as being suitable for this version.)
|
| Line 136... |
Line 136... |
| 136 |
\code{update.packages} returns \code{NULL} invisibly.
|
136 |
\code{update.packages} returns \code{NULL} invisibly.
|
| 137 |
|
137 |
|
| 138 |
For \code{old.packages}, \code{NULL} or a matrix with one row per
|
138 |
For \code{old.packages}, \code{NULL} or a matrix with one row per
|
| 139 |
package, row names the package names and column names
|
139 |
package, row names the package names and column names
|
| 140 |
\code{"Package"}, \code{"LibPath"}, \code{"Installed"} (the version),
|
140 |
\code{"Package"}, \code{"LibPath"}, \code{"Installed"} (the version),
|
| 141 |
\code{"Built"} (the eponymous field in binary packages),
|
141 |
\code{"Built"} (the eponymous \file{DESCRIPTION} field of installed packages),
|
| 142 |
\code{"ReposVer"} and \code{"Repository"}.
|
142 |
\code{"ReposVer"} and \code{"Repository"}.
|
| 143 |
|
143 |
|
| 144 |
For \code{new.packages} a character vector of package names,
|
144 |
For \code{new.packages} a character vector of package names,
|
| 145 |
\emph{after} any selected \emph{via} \code{ask} have been installed.
|
145 |
\emph{after} any selected \emph{via} \code{ask} have been installed.
|
| 146 |
}
|
146 |
}
|