Thank you for considering a contribution to ggcircular. The package is being prepared for CRAN-quality release, so small, focused changes are preferred.
Ways to contribute
- Report bugs with a minimal reproducible example.
- Improve documentation, examples or vignettes.
- Add tests for circular, axial or directional edge cases.
- Propose integrations with angular model packages.
- Share validation examples from teaching or research workflows.
Development workflow
- Open an issue before starting large changes.
- Fork the repository and create a topic branch.
- Keep changes focused on one problem or feature.
- Add or update tests when behavior changes.
- Run the validation commands below before opening a pull request.
devtools::document()
devtools::test()
devtools::check(document = FALSE, args = "--as-cran", build_args = "--no-manual")For changes touching examples, vignettes or documentation, also run:
pkgdown::build_site()Optional dependencies
Integrations with CircularRegression, momentuHMM, posterior, circular and other specialized packages must remain optional. Use requireNamespace() checks and provide clear error messages when an optional package is required.