Description Usage Arguments Value Author(s)
View source: R/getInstallOrder.R
This function uses a dependency graph created with
makeDepGraph
to list all (recursive) dependencies of a
given package in an order suitable for installation.
1 | getInstallOrder(pkg, depG, needed.only = TRUE)
|
pkg |
character string name of package |
depG |
|
needed.only |
logical value. When |
a list with components:
packages |
character vector of package names in an order suitable for installation. The order is not unique. The names of the character vector are the estimated download sizes of each package. |
total.size |
When available, the total size in megabytes of all listed dependencies. |
Seth Falcon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.