package.dependencies {base} | R Documentation |
Parses and checks the dependencies of a package against the currently installed version of R [and other packages].
package.dependencies(x, check=FALSE)
x |
A matrix of package descriptions as returned by
|
check |
If |
Currently we only check if the package conforms with the currently running version of R. IN the future we might add checks for inter-package dependencies.
update.packages