R/package.R

#' Staged parallelism for the drake R package.
#' @docType package
#' @description This package implements future-based staged parallelism
#'   for the drake R package. The functionality is already deprecated,
#'   and it will fall into disuse at some point.
#' @name drake.future.lapply.staged
#' @author William Michael Landau \email{will.landau@@gmail.com}
#' @references <https://github.com/wlandau/drake.future.lapply.staged>
#' @examples
#' # See <https://github.com/wlandau/drake.future.lapply.staged/blob/master/README.md> # nolint
#' # for examples.
#' @import drake
#' @importFrom future.apply future_lapply
#' @importFrom igraph delete_vertices V
NULL
wlandau/drake.future.lapply.staged documentation built on May 23, 2019, 5:08 p.m.