drake (version 6.2.1)

parallel_stages: Defunct function

Description

Staged parallelism is removed from drake, so this function is moot. drake uses a much better parallel algorithm now.

Usage

parallel_stages(config = drake::read_drake_config(),
  from_scratch = FALSE)

Arguments

config

An configuration list output by make() or drake_config().

from_scratch

logical, whether to assume that the next make() will run from scratch so that all targets are attempted.

Value

A data frame of information spelling out how targets are divided into parallelizable stages (according to the stage column).

Details

Made defunct on May 4, 2018.

Examples

Run this code
# NOT RUN {
# Do not use this function.
# }

Run the code above in your browser using DataLab