r$> sa4ss::read_model(mod_loc = mod$inputs$dir, save_loc = file.path(getwd(), "doc"))
Error in pdf & png :
operations are possible only for numeric, logical or complex types
which I tracked down to sa4ss::read_model() passing a symbol for the png argument to to r4ss::SS_plots():
I was getting this error
which I tracked down to
sa4ss::read_model()
passing a symbol for thepng
argument to tor4ss::SS_plots()
:This PR fixed the problem, but feel free to implement some other way.