graphrunner.Rd
Most collections of tasks can be represented as cyclic or acyclic directed graphs. This package makes the management and execution of such graphs of tasks straightforward.
Full documentation and demos: http://robertzk.github.io/graphrunner/; FAQ's: http://robertzk.github.io/graphrunner/faq/
The core function in this package: stagerunner
. It
defines the constructor creating graphrunner objects that allow you to
wrap complicated task execution structures in a single object.