sandbox/cran_submission/changes_for_cran_comments.md

In response to an informative and helpful review by Julia Haider, the following changes were made to the version (1.0.0) submitted to CRAN, with the new version being labeled 1.0.1.

[x] 1. DESCRIPTION no longer starts with "The argoFloats package".

[x] 2. DESCRIPTION refers to a literature item paper using the suggested, abbreviated, format.

[x] 3. \value added to all functions. All but the last two of the following checklist were provided in the review, and

grep -L '\\value' $(git grep -l '\\usage' *Rd)|sort

was used to find those last two, which relate to show() and [[.

[x] 4. Describe the output class.

[ ] 5. \dontrun changed to \donttest

[ ] 6. plot functions use on.exit() to reset par() values. Need to think about this. We want to let them do e.g. points() after. Maybe this means we just shouldn't be using par() on margins, etc. I think mapApp() is different though, because they shouldn't be trying to add things (how could they?)

[ ] 7. Please fix and resubmit.



dankelley/argoFloats documentation built on April 18, 2024, 5:13 a.m.