basicInstallOrder {pkgDepTools} | R Documentation |
Helper function to return the complete install order of a given package.
basicInstallOrder(pkg, depG)
pkg |
character string package name |
depG |
graphNEL instance as returned by makeDepGraph |
Internal function.
character vector of package names in a viable installation order.
Seth Falcon