Thank you for your interest in contributing to ottrpal! We value the contributions of all community members and want to make the contribution process as smooth as possible.
There are several ways you can help improve ottrpal:
fix-parsing-bug
or add-new-feature
)When submitting an issue, please:
Use issue templates when available and include:
sessionInfo()
)This project follows a Code of Conduct. By participating, you agree to uphold this code. Please report unacceptable behavior to @cansavvy.
If you need help:
By contributing to ottrpal, you agree that your contributions will be licensed under the same terms as the project. See the LICENSE file for details.
install.packages(c("devtools", "roxygen2", "testthat", "knitr"))
devtools::install_deps()
You can run tests locally before filing a PR. OR when you file the PR these tests will be run for you:
devtools::test()
You can also check that your documentation builds properly:
devtools::document()
Thank you for contributing to ottrpal! Your efforts help make this package better for everyone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.