- Just ignore large snapshot file differences (these would just take up many tokens without delivering value)
- Ignore any graphic files.
- Ignore any small formatting issues.
- Ignore anything that is already found by GitHub action checks (spelling, indentation issues, etc.)
- Focus on checking that the calculation logic and flow is correct.
- Focus on the coherence of the described user interface from documentation of functions and vignettes with actual code.
- Make sure that every newly added function has a roxygen2 documentation header, also internal functions.
- Focus on making sure that we don't have any dead code or any duplicate code. We want to keep the code base DRY (don't repeat yourself).