SPRFMO / jjmr

R package for assessment model
2 stars 5 forks source link

Fix errors (from R CMD check) #5

Closed arni-magnusson closed 6 years ago

arni-magnusson commented 6 years ago

Hi all,

I can see that the jjmR package is very useful and feature-rich to run and diagnose the jack mackerel assessment model. As a small contribution, I'm working on a few changes to reduce the number of errors, warnings, and notes from R CMD check.

Initially, there were 11 errors, 4 warnings, 6 notes. The commits in this pull request bring it down to 0 errors, 4 warnings, 6 notes.

There are no changes in functionality, so this will not affect the user in any way, only improve the long-term health and maintainability of the package.

jimianelli commented 6 years ago

thanks!

arni-magnusson commented 6 years ago

Oops, I was too optimistic when creating the NAMESPACE file with Roxygen. I have fixed this now. Please install latest version of the package (that resurrects old hand-coded NAMESPACE file).