powered by
Staged parallelism is removed from drake, so this function is moot. drake uses a much better parallel algorithm now.
parallel_stages(config = drake::read_drake_config(), from_scratch = FALSE)
An configuration list output by make() or drake_config().
make()
drake_config()
logical, whether to assume that the next make() will run from scratch so that all targets are attempted.
A data frame of information spelling out how targets are divided into parallelizable stages (according to the stage column).
stage
Made defunct on May 4, 2018.
# NOT RUN { # Do not use this function. # }
Run the code above in your browser using DataLab