shcaba / SS-DL-tool

Stock Synthesis Data-limited tool
33 stars 15 forks source link

Fix profile read_like warning #87

Closed e-perl-NOAA closed 3 weeks ago

e-perl-NOAA commented 3 weeks ago
  1. removed read_like in the r4ss profile function because it was deprecated
  2. fixed ggplot2 warning that appeared in comparison plotting about legend text:
    • "The legend.text.align argument of theme() is deprecated as of ggplot2 3.5.0. ℹ Please use theme(legend.text = element_text(hjust)) instead"
    • Now legend.text = element_text(hjust = 0)
  3. fixed ggplot2 warning that appeared in comparison plotting about guides:
    • "The <scale> argument of guides() cannot be FALSE. Use "none" instead as of ggplot2 3.3.4."
    • Now guides(fill = "none")