SAM icon indicating copy to clipboard operation
SAM copied to clipboard

fitplot() broken

Open arni-magnusson opened this issue 5 years ago • 3 comments

Hi,

When I run:

fit <- fitfromweb("nscod19_ass01")
fitplot(fit)

I was expecting to get a plot, but instead I get the following error:

Error in retape(set.defaults = FALSE) : 
  Error when reading the variable: 'constRecBreaks'. Please check data and parameters.
In addition: Warning message:
In retape(set.defaults = FALSE) : Expected object. Got NULL.

This is in the current version of stockassessment a233e88 (2019-10-30). When I install an old version 631fe00 (2019-03-13) the plot looks fine.

I'm running R 3.6.2 in Debian 10.

arni-magnusson avatar Jan 25 '20 13:01 arni-magnusson