packageDependencies {pkgmaker} | R Documentation |
List Package Dependencies
packageDependencies(x, all = TRUE, as.list = FALSE, available = NULL)
x |
path to package source directory or file. |
all |
logical that indicates if all dependencies should be returned, or only the required ones. |
as.list |
logical that indicates if the result should be a list with one element per type of dependency. |
available |
a matrix of available packages (as
returned by |