PIFSCstockassessments / ss3diags

R package with advanced diagnostics to evaluate a Stock Synthesis model. Diagnostics include residual analyses, hindcasting and cross-validation techniques, and retrospective analyses.
http://pifscstockassessments.github.io/ss3diags/
2 stars 4 forks source link

remove deprecated data objects from documentation and function args #104

Closed MOshima-PIFSC closed 7 months ago

MOshima-PIFSC commented 7 months ago

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.