Remove unused sections before submitting. Only keep what is relevant.
Text marked with <!-- Text here --> will not be rendered
- Bug fix (non-breaking change which fixes an issue)
- New feature (please specify if the change breaks existing functionality)
- Non breaking change (the feature doesn't change existing functionality)
- Breaking change (the feature that would cause existing functionality to not work as expected)
- Documentation update
- Performance optimization
- My code follows the style guidelines of this project.
- I have performed a self-review of my own code.
- I have verified that GitHub automated tests passed. (Describe any failing tests in the next section)
- I have commented my code, particularly in hard-to-understand areas.
- I have made corresponding changes to the documentation (vignettes, man pages).
- I have tested the code on a full dataset, and any differences have been described in the pull request.