CONTRIBUTING.md

Contributing to permutations

Thank you for considering contributing to permutations! Your interest in making this project better is appreciated.

Code of conduct

Please read and adhere to our Code of Conduct to maintain a safe, welcoming, and inclusive environment.

Types of contributions

We welcome various forms of contributions:

Using co-authored-by in git commits

We encourage the use of co-authored commits for collaborative efforts. This helps in giving credit to all contributors for their work.

Co-authored-by: name <name@example.com>
Co-authored-by: another-name <another-name@example.com>

Development

Your contributions make this project better for everyone. Thank you for participating!

Also don't forget to recreate the readme file: ```{r eval=FALSE} devtools::build_readme()


### Tests

Tests and checks are run on the CI, however locally one can use:

```bash
Rscript -e 'devtools::test()'

Documentation

Ideally each change should be documented. Major changes should be vignettes.



RobinHankin/permutations documentation built on Feb. 12, 2025, 7:01 a.m.