
Last chance! 50% off unlimited learning
Sale ends in
make
.Similar to the first stage in the output of
parallel_stages()
.
next_stage(config)
A master configuration list produced by
drake_config()
or make()
A character vector of the targets to be made
in the first parallel stage of the next call to make
.
# 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"
})
# }
Run the code above in your browser using DataLab