nmfs-fish-tools / SSMSE

Management Strategy Evaluation (MSE) using Stock Synthesis (SS3)
https://nmfs-fish-tools.github.io/SSMSE
MIT License
18 stars 11 forks source link

Fix checks for package development #191

Closed kellijohnson-NOAA closed 7 months ago

kellijohnson-NOAA commented 7 months ago

This pull request implements mainly benign changes to the package to reduce the number of warnings and notes returned from devtools::check() such that developers can better focus on the relevant error messages at hand. There is no rush for this PR.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.84%. Comparing base (0c3dc28) to head (10bab57).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #191 +/- ## ========================================== + Coverage 69.83% 69.84% +0.01% ========================================== Files 21 21 Lines 4396 4398 +2 ========================================== + Hits 3070 3072 +2 Misses 1326 1326 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

k-doering-NOAA commented 7 months ago

Thanks @kellijohnson-NOAA !!! I appreciate you making these changes!