cmu-delphi / epipredict

Tools for building predictive models in epidemiology.
https://cmu-delphi.github.io/epipredict/
Other
8 stars 9 forks source link

fix: load_all patch, and Roxygen update #282

Closed dsweber2 closed 8 months ago

dsweber2 commented 8 months ago

This makes it so that quantile_reg and smooth_quantile_reg only get defined as new models if they aren't already in the current model namespace. Debugging these still requires restarting R; for everything else, there's devtools::load_all() (which works now).

In the process of writing this, roxygen ran into issues where the new version didn't recognize `%@%` and needed just a bare %@%.