R package with advanced diagnostics to evaluate a Stock Synthesis model. Diagnostics include residual analyses, hindcasting and cross-validation techniques, and retrospective analyses.
Changed ss3rep = ss3diags::simple to ss3rep and summaryoutput = ss3diags::retroSimple to summaryoutput in function arguments because we are no longer keeping ss3diags::simple and ss3diags::retroSimple data objects in the package. This fixes the warnings caused during R CMD Check.
Changed
ss3rep = ss3diags::simple
toss3rep
andsummaryoutput = ss3diags::retroSimple
tosummaryoutput
in function arguments because we are no longer keepingss3diags::simple
andss3diags::retroSimple
data objects in the package. This fixes the warnings caused during R CMD Check.