list_dependencies {librarian} | R Documentation |
List the dependencies of selected packages
Description
List the dependencies of selected packages
Usage
list_dependencies(of_pkgs, which = c("Depends", "Imports"))
Arguments
of_pkgs |
(Character) Packages whose dependencies will be found. |
which |
(Character) The types of dependencies to find. |
Value
A character vector of package names. Note that all dependencies of all requested packages will be placed into the one vector.
[Package librarian version 1.8.1 Index]