Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add github actions for checking, styling, documenting, and spell checking #39

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

iantaylor-NOAA
Copy link
Collaborator

What was changed/addressed

As noted in #38, there are currently no github actions for this repository. This PR adds github actions from {ghactions4r} to

  • spell check the package, added by running ghactions4r::use_spell_check()
  • run R CMD CHECK, added by running ghactions4r::use_r_cmd_check()
  • run devtools::document() and styler::style_pkg(), added by running ghactions4r::use_doc_and_style_r()

I ran spelling::update_word_list() locally and only found one misspelled word.
I also ran styler::style_pkg() and it made a bunch of changes to whitespace but no significant changes to code format, which is also really impressive.

@iantaylor-NOAA
Copy link
Collaborator Author

I don't think any of these changes are controversial and all are easy to revise in the future (other than the whitespace cleanup), so I'm going to go ahead and merge them without further review.

@iantaylor-NOAA iantaylor-NOAA merged commit f55b5c9 into main Dec 10, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant