drake (version 6.2.1)

prepare_distributed: Do the preparatory work for make() with a distributed computing backend (see the parallelism argument of make()).

Description

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

Usage

prepare_distributed(config)

Arguments

config

Internal configuration list from drake_config().

Value

Nothing.

Examples

Run this code
# NOT RUN {
test_with_dir("Quarantine side effects.", {
load_mtcars_example() # Get the code with drake_example("mtcars").
config <- drake_config(my_plan)
prepare_distributed(config = config)
})
# }

Run the code above in your browser using DataCamp Workspace