task_graph_sort {checked} | R Documentation |
Sort Task Graph by Strong Dependency Order
Description
Sort Task Graph by Strong Dependency Order
Usage
task_graph_sort(g)
Arguments
g |
A igraph::graph, expected to contain node attribute |
Value
The igraph::graph g
, with vertices sorted in preferred
installation order.
Note
Cyclic dependencies are possible. Cyclic dependencies are disallowed for all hard dependencies on CRAN today, though there have been historical instances where they appeared on CRAN.
Installation priority is based on:
Total dependency footprint (low to high)
Topology (leaf nodes first)
[Package checked version 0.2.0 Index]