Contributions to piar
are welcome and appreciated. Here are some ways that you
can contribute.
Open an issue with a small reproducible example of the bug. Feel free to include a PR with a patch.
You can fix typos, spelling mistakes, and make other small corrections to
the documentation by editing
the roxygen2
comments in the corresponding .R
(not .Rd
) file.
Please open an issue if you feel that any of the documentation is unclear or if certain functions don't have enough documentation.
Open an issue if you have any suggestions for improvements (e.g., feature requests).
Open an issue (or send me an email) if you're stuck and not able to find an answer in the documentation. (It may be a bug or problem with the documentation.)
When making a pull request, please:
-
Fork the repository on github and make a new branch in your forked copy;
-
Follow the tidyverse style guide;
-
Use
roxygen2
for documentation; -
Use
testthat
for unit tests; -
Ensure your changes pass
R CMD check
.