Configures rstanarm to use available cores.
Prefer setup_interface() for user-facing setup since it performs argument
validation and defaults; setup_rstanarm() assumes inputs are already checked.
Arguments
- quiet
Logical. If
TRUE, suppresses status messages. This cannot suppress cmdstan messages.- cores
Integer. Number of cores to use. Defaults to
getOption("mc.cores"). You must setoptions(mc.cores = ...)or passcoresexplicitly.- dry_run
Logical. If
TRUE, previews mutating setup actions without installing, attaching, changing options, or prompting. Dry-run output is shown even whenquiet = TRUE.