.depsLoadOrder | R Documentation |
Internal function. Checks module dependencies and attempts to ensure that cyclic dependencies can be resolved, checking objects in the global environment, and finally, attempts to determine the load order for modules in the simulation.
.depsLoadOrder(sim, simGraph)
## S4 method for signature 'simList,igraph'
.depsLoadOrder(sim, simGraph)
sim |
A |
simGraph |
An |
Uses igraph::topo_sort()
to try to find a load order satisfying
all module object dependencies.
Character vector of module names, sorted in correct load order.
Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.