EcologyR / mappestRisk

Other
1 stars 0 forks source link

plot_uncertainties() undocumented dependency #49

Closed AMBarbosa closed 3 months ago

AMBarbosa commented 3 months ago

When running the plot_uncertainties() function as in the README file, I get Error in loadNamespace(x) : there is no package called ‘ggthemes’, so maybe ggthemes should be added to the dependencies?

dario-ssm commented 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!

dario-ssm commented 3 months ago

I have changed it to ggplot2::theme_bw() to avoid the additional dependency and to be consistent with the theme in plot_devmodels()