The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 44... Line 44...
44
}
44
}
45
\details{
45
\details{
46
  The URLs in \code{repositories} should be full paths to the
46
  The URLs in \code{repositories} should be full paths to the
47
  appropriate contrib sections of the repositories.  The default is
47
  appropriate contrib sections of the repositories.  The default is
48
  \code{contrib.url(getOption("repos"))}.
48
  \code{contrib.url(getOption("repos"))}.
49
  
49
 
50
  There are \code{print} and \code{summary} methods for the
50
  There are \code{print} and \code{summary} methods for the
51
  \code{"packageStatus"} objects: the \code{print} method gives a brief
51
  \code{"packageStatus"} objects: the \code{print} method gives a brief
52
  tabular summary and the \code{summary} method prints the results.
52
  tabular summary and the \code{summary} method prints the results.
53
  
53
 
54
  The \code{update} method updates the \code{"packageStatus"} object.
54
  The \code{update} method updates the \code{"packageStatus"} object.
55
  The \code{upgrade} method is similar to \code{\link{update.packages}}:
55
  The \code{upgrade} method is similar to \code{\link{update.packages}}:
56
  it offers to install the current versions of those packages which are not
56
  it offers to install the current versions of those packages which are not
57
  currently up-to-date.
57
  currently up-to-date.
58
}
58
}