Skip to contents

Names of depending packages in the order of their dependency

Usage

sortedDependencies(package, dbg = FALSE)

Arguments

package

name of package(s) of which dependencies are to be found

dbg

if TRUE, debug messages are shown and the user is asked to press Enter each time the body of the main loop is passed!

Value

vector of package names. The first element is the package itself, followed by the names of depending packages. You should be able to detach the packages in this order without any "package ... is required by ..." error