make_depgraph: Create a package dependency graph

Description Usage Arguments Value

Description

This only contains all recursive dependencies of the package under study, since it might happen that a dependency depends on another dependency indirectly, and we need to know about this.

Usage

1
make_depgraph(pkgfiles)

Arguments

pkgfiles

The names of the package files. We assume that all (non-base) recursive dependencies are included here.

Value

The dependency graph, a named list, an out-adjacency list.


r-hub/builddeps documentation built on May 26, 2019, 2:32 p.m.