issues
search
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
removed read_like in the r4ss profile function because it was deprecated
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)
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")
legend.text.align
argument oftheme()
is deprecated as of ggplot2 3.5.0. ℹ Please use theme(legend.text = element_text(hjust)) instead"<scale>
argument ofguides()
cannot beFALSE
. Use "none" instead as of ggplot2 3.3.4."