On this page
tools-deprecated Deprecated Objects in Package tools
Description
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.
Usage
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, ...)
vignetteDepends(vignette, recursive = TRUE, reduce = TRUE,
local = TRUE, lib.loc = NULL)
Arguments
x |
A matrix of package descriptions as returned by |
check |
If |
depLevel |
Whether to look for |
depMtrx |
a dependency matrix as from |
pkg |
the name of the package |
instPkgs |
a matrix specifying all packages installed on the local system, as from |
recursive |
whether or not to include indirect dependencies. |
local |
whether or not to search only locally |
reduce |
whether or not to collapse all sets of dependencies to a minimal value |
lib.loc |
what libraries to use when looking for installed packages. |
depPkgList |
A |
... |
Arguments to pass on to |
vignette |
the path to the vignette source |
See Also
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.