make()
with a distributed computing
backend (see the parallelism
argument of make()
).R/distributed.R
For internal use only. Exported to flesh out some of the more advanced examples.
prepare_distributed(config)
config | Internal configuration list from
|
---|
Nothing.
# NOT RUN { test_with_dir("Quarantine side effects.", { load_basic_example() # Get the code with drake_example("basic"). config <- drake_config(my_plan) prepare_distributed(config = config) }) # }