For internal use only. Exported to flesh out some of the more advanced examples.

prepare_distributed(config)

Arguments

config

Internal configuration list from drake_config().

Value

Nothing.

Examples

# 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)
})
# }