The R Project SVN R

Rev

Rev 72813 | Rev 86049 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72813 Rev 72816
Line 41... Line 41...
41
  \item{object}{an object of class \code{"packageStatus"} as returned by
41
  \item{object}{an object of class \code{"packageStatus"} as returned by
42
    \code{packageStatus}.}
42
    \code{packageStatus}.}
43
  \item{ask}{if \code{TRUE}, the user is prompted which packages should
43
  \item{ask}{if \code{TRUE}, the user is prompted which packages should
44
    be upgraded and which not.}
44
    be upgraded and which not.}
45
  \item{\dots}{for \code{packageStatus}: arguments to be passed to
45
  \item{\dots}{for \code{packageStatus}: arguments to be passed to
46
    \code{\link{available.packages}}.\cr
46
    \code{\link{available.packages}} and \code{\link{installed.packages}}.\cr
47
    for the \code{upgrade} method, arguments to be passed to
47
    for the \code{upgrade} method, arguments to be passed to
48
    \code{\link{install.packages}}\cr
48
    \code{\link{install.packages}}\cr
49
    for other methods: currently not used.}
49
    for other methods: currently not used.}
50
}
50
}
51
\details{
51
\details{