#' Graphrunner is a directed graph task execution engine
#'
#' 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.
#'
#' @docType package
#' @name graphrunner
#' @import crayon pryr R6
#' @author Robert Krzyzanowski <\url{http://syberia.io}>
#' @seealso The core function in this package: \code{\link{stagerunner}}. It
#' defines the constructor creating graphrunner objects that allow you to
#' wrap complicated task execution structures in a single object.
#' @references Full documentation and demos: \url{http://robertzk.github.io/graphrunner/};
#' FAQ's: \url{http://robertzk.github.io/graphrunner/faq/}
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.