We could change the github actions to check the package to something like dplyr:
https://github.com/tidyverse/dplyr/tree/main/.github/workflows
ideas:
- of course R cmd check like we already do
- linting step in merge requests
- possibly a cool thing like the styler command inside dplyr .github
- spellcheck?
We could change the github actions to check the package to something like dplyr:
https://github.com/tidyverse/dplyr/tree/main/.github/workflows
ideas: