Reporting Issues
Please check existing issues before filing a new one. Include a reproducible example (reprex::reprex()) and sessionInfo() output.
Contributing Code
- Fork the repo and create a branch from
main - Add tests for new functionality
- Ensure
devtools::check()passes with 0 errors and 0 warnings - Submit a pull request
Commit Style
<emoji> <type>: <description>
Common types: ✨ feat · 🐛 fix · 📝 docs · ♻️ refactor · ✅ test · 🔧 chore
CRAN Guidelines
- Use
tempdir()in examples; never write to the working directory - Wrap slow/network examples in
\dontrun{}or addskip_on_cran() - No non-ASCII characters in code
License
Contributions are licensed under the MIT License.
