Thanks for considering a contribution.
Bug reports
Please open an issue on GitHub with a reproducible example (reprex::reprex() is the easiest way) and the output of sessionInfo().
Pull requests
- Fork the repo and create a feature branch from
main. - Run
devtools::test()to confirm existing tests pass. - Add tests for new behaviour.
- Run
devtools::check()and ensure 0 errors / 0 warnings. - Open a PR against
main.
