metrumresearchgroup / bbr

R interface for model and project management
https://metrumresearchgroup.github.io/bbr/
Other
23 stars 2 forks source link

Add submit_model(..., .overwrite) argument #544

Closed seth127 closed 1 year ago

seth127 commented 2 years ago

The proposed change is to add an .overwrite argument to submit_model() (similar to how new_model() and copy_model_from() have one) so that the user doesn't need to pass it through .bbi_args.

When we make this change, we should also update this section of the "Getting Started" vignette.

kyleam commented 2 years ago

547 pulls out the related commits from the unmerged bbr_stan_alpha branch.