powered by
make
Similar to the first stage in the output of parallel_stages().
parallel_stages()
next_stage(config)
A master configuration list produced by drake_config() or make()
drake_config()
make()
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
parallel_stages
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" }) # }
Run the code above in your browser using DataLab