Closed
Description
It would be useful to list the supported global options in one place. Now the different options are mentioned in different docs. Greping the R source code, the options that have some effect are
- cmdstanr_warn_inits
- cmdstanr_draws_format
- cmdstanr_max_rows
- cmdstanr_force_recompile
- cmdstanr_verbose
- CMDSTANR_NO_VER_CHECK
- mc.cores
In addition, example.R
is using
- cmdstanr_write_stan_file_dir
I noticed the lack of the list when I tried to check if there is a global option cmdstanr_output_dir
, which would be very useful for case studies with many models