stan-dev / rstan

RStan, the R interface to Stan
https://mc-stan.org
1.04k stars 269 forks source link

[Feature Request] Allow `save_dso` to be set via `rstan_options()`? #1144

Open emstruong opened 3 days ago

emstruong commented 3 days ago

Summary:

Can the save_dso arguments be set via rstan_options()? This is handy for working indirectly via other packages like brms .

When compiling many models that cannot re-use the old compiled model, /tmp usually fills up very quickly because save_dso is TRUE by default.