R/runr.R

#' runr: Running Functions
#'
#' Run a list of functions as series, waterfall, race or parallel.
#' 
#' @section Exports:
#'   \code{\link{runSeries}}
#'   \code{\link{runWaterfall}}
#'   \code{\link{runRace}}
#'   \code{\link{runParallel}}
#'   
#' @section Repository:
#'   \url{https://github.com/chiefBiiko/runr}
#'
#' @docType package
#' @name runr
NULL
chiefbiiko/runr documentation built on May 28, 2019, 7:17 p.m.