Description Usage Arguments Value Note
Make a drake
plan using the project's speficic configuration setup.
1 2 | make_with_config_project(plan, .garbage_collection = FALSE, .beep = TRUE,
.beep_on_error = TRUE)
|
plan |
drake plan |
.garbage_collection |
logical (default = FALSE), whether to run |
.beep |
logical (default = TRUE), whether to play the "ping" sound after the plan is made |
.beep_on_error |
logical (default = TRUE), whether to play the "facebook" sound if the plan returns an error |
The master internal configuration list, mostly containing arguments to make() and important objects constructed along the way. See drake_config() for more details.
See the drake
manual for details: https://ropenscilabs.github.io/drake-manual/hpc.html#on-your-local-machine-1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.