make()
.R/staged_parallelism.R
Similar to the first stage in the output of
parallel_stages()
.
next_stage(config = drake::read_drake_config())
config | A master configuration list produced by
|
---|
A character vector of the targets to be made
in the first parallel stage of the next call to make()
.
parallel_stages()
,
make()
, drake_config()
# NOT RUN { test_with_dir("Quarantine side effects.", { config <- load_basic_example() # Get the code with drake_example("basic"). next_stage(config = config) # "small" and "large" }) # }