tools-deprecated | R Documentation |
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, ...) vignetteDepends(vignette, recursive = TRUE, reduce = TRUE, local = TRUE, lib.loc = NULL)
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 |
Deprecated
,
Defunct
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.