task_graph_sort | R Documentation |
Sort Task Graph by Strong Dependency Order
task_graph_sort(g)
g |
A igraph::graph, expected to contain node attribute |
The igraph::graph g
, with vertices sorted in preferred
installation order.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.