Open emstruong opened 3 days ago
Can the save_dso arguments be set via rstan_options()? This is handy for working indirectly via other packages like brms .
save_dso
rstan_options()
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.
/tmp
TRUE
Summary:
Can the
save_dso
arguments be set viarstan_options()
? This is handy for working indirectly via other packages likebrms
.When compiling many models that cannot re-use the old compiled model,
/tmp
usually fills up very quickly becausesave_dso
isTRUE
by default.