The R Project SVN R

Rev

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

Rev 61433 Rev 61475
Line 1... Line 1...
1
% File src/library/base/man/zpackages.Rd
1
% File src/library/base/man/zpackages.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-2011 R Core Team
3
% Copyright 1995-2012 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{zpackages}
6
\name{zpackages}
7
\title{Listing of Packages}
7
\title{Listing of Packages}
8
\alias{.packages}
8
\alias{.packages}
Line 30... Line 30...
30
  report a package as available if the metadata does not match the
30
  report a package as available if the metadata does not match the
31
  directory name: use \code{\link{find.package}} to confirm that the
31
  directory name: use \code{\link{find.package}} to confirm that the
32
  metadata match or \code{\link{installed.packages}} for a much slower
32
  metadata match or \code{\link{installed.packages}} for a much slower
33
  but more comprehensive check of \sQuote{available} packages.
33
  but more comprehensive check of \sQuote{available} packages.
34
}
34
}
-
 
35
\note{
-
 
36
   \code{.packages(all.available = TRUE)} is not a way to find out if a
-
 
37
  small number of packages are available for use: not only is it
-
 
38
  expensive when thousands of packages are installed, it is an
-
 
39
  incomplete test.  See the help for \code{\link{find.package}} for why
-
 
40
  \code{\link{require}} should be used.
-
 
41
}
35
\value{
42
\value{
36
  A character vector of package base names, invisible unless
43
  A character vector of package base names, invisible unless
37
  \code{all.available = TRUE}.
44
  \code{all.available = TRUE}.
38
}
45
}
39
\author{
46
\author{