basicInstallOrder {pkgDepTools}R Documentation

Complete Installation Order of a Given Package

Description

Helper function to return the complete install order of a given package.

Usage

basicInstallOrder(pkg, depG)

Arguments

pkg character string package name
depG graphNEL instance as returned by makeDepGraph

Details

Internal function.

Value

character vector of package names in a viable installation order.

Author(s)

Seth Falcon


[Package pkgDepTools version 1.6.0 Index]