Skip to content

List the supported global options #944

Closed
@avehtari

Description

@avehtari

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions