Learn R Programming

pkgDepTools (version 1.38.0)

basicInstallOrder: 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

Value

character vector of package names in a viable installation order.

Details

Internal function.