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 old data objects from code #100

Closed MOshima-PIFSC closed 8 months ago

MOshima-PIFSC commented 9 months ago

https://github.com/PIFSCstockassessments/ss3diags/blob/24fe080474317fbbec68c398782c29590cd7d6cc/R/SSplotModelcomp.R#L62

After removing the example datasets (see PR #99), R CMD Check is producing the warning

     'ss3diags::retroSimple' 'ss3diags::simple'

This is because we reference those objects as the default input argument for some functions (see News.md for version 2.1.1 release notes). Since I removed the example datasets, they are no longer in the package so we need to either revert back to summaryoutput and ss3rep or use alternative names.