Run the fast non-evidentiary Stage 1 development tier
Source:R/23-stage1-execution.R
execute_stage1_benchmark_development.RdRun the fast non-evidentiary Stage 1 development tier
Usage
execute_stage1_benchmark_development(
workspace = NULL,
workers = 1L,
progress = c("auto", "bar", "log", "none"),
keep_workspace = FALSE
)Arguments
- workspace
optional local checkpoint workspace; defaults under the repository
.scratch/directory, configurable with thelandscapeR.scratch_rootoption.- workers
positive number of local worker processes.
- progress
one of
"auto","bar","log", or"none".- keep_workspace
retain local checkpoints after completion.