The functions or variables listed here are provided for compatibility with older versions of R only, and may be defunct as soon as of the next release.
package.dependencies(x, check = FALSE,
                     depLevel = c("Depends", "Imports", "Suggests"))getDepList(depMtrx, instPkgs, recursive = TRUE, local = TRUE,
           reduce = TRUE, lib.loc = NULL)
pkgDepends(pkg, recursive = TRUE, local = TRUE, reduce = TRUE,
           lib.loc = NULL)
installFoundDepends(depPkgList, ...)
A matrix of package descriptions as returned by
    available.packages.
If TRUE, return logical vector of check results.
    If FALSE, return parsed list of dependencies.
Whether to look for Depends or Suggests
    level dependencies.  Can be abbreviated.
a dependency matrix as from package.dependencies().
the name of the package
a matrix specifying all packages installed on the
    local system, as from installed.packages
whether or not to include indirect dependencies.
whether or not to search only locally
whether or not to collapse all sets of dependencies to a minimal value
what libraries to use when looking for installed
    packages.  NULL indicates all library directories in the
    current .libPaths().
    Note that lib.loc is not used in getDepList() and
    deprecated there.
A Found element from a pkgDependsList object
Arguments to pass on to install.packages