Closed AMBarbosa closed 3 months ago
I will check it out as soon as predict_curves()
is debugged. However, I'd rather change it to a ggplot2
theme to avoid an extra dependency for this thing.
Thanks for pointing it out!
I have changed it to ggplot2::theme_bw()
to avoid the additional dependency and to be consistent with the theme in plot_devmodels()
When running the
plot_uncertainties()
function as in the README file, I getError in loadNamespace(x) : there is no package called ‘ggthemes’
, so maybeggthemes
should be added to the dependencies?