The R Project SVN R

Rev

Rev 75290 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75290 Rev 82575
Line 6... Line 6...
6
\name{tools-deprecated}
6
\name{tools-deprecated}
7
\title{Deprecated Objects in Package \pkg{tools}}
7
\title{Deprecated Objects in Package \pkg{tools}}
8
%------ NOTE:  ../R/tools-deprecated.R   must be synchronized with this!
8
%------ NOTE:  ../R/tools-deprecated.R   must be synchronized with this!
9
\alias{tools-deprecated}
9
\alias{tools-deprecated}
10
%------ PLEASE: one \alias{.} for EACH ! (+ one \usage{} & \arguments{} for all)
10
%------ PLEASE: one \alias{.} for EACH ! (+ one \usage{} & \arguments{} for all)
11
\alias{package.dependencies}
-
 
12
\alias{getDepList}
-
 
13
\alias{pkgDepends}
-
 
14
\alias{installFoundDepends}
-
 
15
\alias{vignetteDepends}
-
 
16
\description{
11
\description{
-
 
12
  (Currently none)
-
 
13
  
17
  The functions or variables listed here are provided for compatibility
14
  The functions or variables listed here are provided for compatibility
18
  with older versions of \R only, and may be defunct as soon as of the
15
  with older versions of \R only, and may be defunct as soon as of the
19
  next release.
16
  next release.
20
}
17
}
21
\usage{
-
 
22
package.dependencies(x, check = FALSE,
-
 
23
                     depLevel = c("Depends", "Imports", "Suggests"))
-
 
24
 
-
 
25
getDepList(depMtrx, instPkgs, recursive = TRUE, local = TRUE,
-
 
26
           reduce = TRUE, lib.loc = NULL)
-
 
27
 
-
 
28
pkgDepends(pkg, recursive = TRUE, local = TRUE, reduce = TRUE,
-
 
29
           lib.loc = NULL)
-
 
30
 
-
 
31
installFoundDepends(depPkgList, ...)
-
 
32
 
-
 
33
vignetteDepends(vignette, recursive = TRUE, reduce = TRUE,
-
 
34
                local = TRUE, lib.loc = NULL)
-
 
35
}
-
 
36
\arguments{
-
 
37
  \item{x}{A matrix of package descriptions as returned by
-
 
38
    \code{\link{available.packages}}.}
-
 
39
  \item{check}{If \code{TRUE}, return logical vector of check results.
-
 
40
    If \code{FALSE}, return parsed list of dependencies.}
-
 
41
  \item{depLevel}{Whether to look for \code{Depends} or \code{Suggests}
-
 
42
    level dependencies.  Can be abbreviated.}
-
 
43
 
-
 
44
  \item{depMtrx}{a dependency matrix as from \code{\link{package.dependencies}()}.}
-
 
45
  \item{pkg}{the name of the package}
-
 
46
  \item{instPkgs}{a matrix specifying all packages installed on the
-
 
47
    local system, as from \code{installed.packages}}
-
 
48
  \item{recursive}{whether or not to include indirect dependencies.}
-
 
49
  \item{local}{whether or not to search only locally}
-
 
50
  \item{reduce}{whether or not to collapse all sets of dependencies to a
-
 
51
    minimal value}
-
 
52
  \item{lib.loc}{what libraries to use when looking for installed
-
 
53
    packages.  \code{NULL} indicates all library directories in the
-
 
54
    current \code{.libPaths()}.
-
 
55
    Note that \code{lib.loc} is not used in \code{getDepList()} and
-
 
56
    deprecated there.}
-
 
57
 
-
 
58
  \item{depPkgList}{A \code{Found} element from a \code{pkgDependsList} object}
-
 
59
  \item{\dots}{Arguments to pass on to \code{\link{install.packages}}}
-
 
60
 
-
 
61
  %% for vignetteDepends() (if not above):
-
 
62
  \item{vignette}{the path to the vignette source}
-
 
63
}
-
 
64
\seealso{
18
\seealso{
65
  \code{\link{Deprecated}},
19
  \code{\link{Deprecated}},
66
  \code{\link{Defunct}}
20
  \code{\link{Defunct}}
67
}
21
}
68
\keyword{misc}
22
\keyword{misc}