The R Project SVN R

Rev

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

Rev 61433 Rev 61593
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, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2012 R Core Team
3
% Copyright 1995-2013 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 65... Line 65...
65
    an object as returned by \code{\link{available.packages}}
65
    an object as returned by \code{\link{available.packages}}
66
    listing packages available at the repositories, or \code{NULL} which
66
    listing packages available at the repositories, or \code{NULL} which
67
    makes an internal call to \code{available.packages}.
67
    makes an internal call to \code{available.packages}.
68
  }
68
  }
69
  \item{checkBuilt}{If \code{TRUE}, a package built under an earlier
69
  \item{checkBuilt}{If \code{TRUE}, a package built under an earlier
70
    minor version of \R is considered to be \sQuote{old}.}
70
    major.minor version of \R (e.g. \code{2.14}) is considered to be
-
 
71
    \sQuote{old}.}
71
  \item{oldPkgs}{
72
  \item{oldPkgs}{
72
    if specified as non-NULL, \code{update.packages()} only considers
73
    if specified as non-NULL, \code{update.packages()} only considers
73
    these packages for updating. This may be a character vector
74
    these packages for updating. This may be a character vector
74
    of package names or a matrix as returned by \code{old.packages()}.
75
    of package names or a matrix as returned by \code{old.packages()}.
75
  }
76
  }