Thanks for considering contributing to npi! It's people like you that make it rewarding to create, maintain, and improve this package.
npi is an open source project created and maintained by Frank Farach in his spare time.
Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
There are several ways you can contribute to this project, any of which is greatly appreciated. If you want to know more about why and how to contribute to open source projects like this one, see this Open Source Guide.
Think npi is useful? Let others discover it, by telling them in person, via Twitter or a blog post.
Using npi and got stuck? Browse the documentation and issues to see if you can find a solution. Still stuck? Post your question as an issue on GitHub. I'll do my best to address it, as questions often lead to better documentation or the discovery of bugs.
Have an idea for a new npi feature? Take a look at the issue list to see if it isn't included or suggested yet. If not, suggest your idea as an issue on GitHub. While I can't promise to implement your idea, it helps to:
See below if you want to contribute code for your idea.
You're also welcome to join any discussion on an existing issue.
Using npi and think you've discovered a bug? That's annoying! Don't let others have the same experience and report it as an issue on GitHub so I can fix it. A good bug report makes it easier for me to do so in the limited time I have to work on this project, so kindly include the following in your report:
sessionInfo()
from the R consoleNoticed a typo? Think a function could use a better example? Good documentation makes all the difference, so your help to improve it is very welcome!
Functions are described as comments near their code and translated to documentation using roxygen2
. If you want to improve a function description:
R/
directory in the code repository.#'
).Care to fix bugs or implement new functionality for npi? Awesome! 👏 Have a look at the issue list and leave a comment on the things you want to work on. See also the development guidelines below.
Please follow GitHub flow for development.
git pull upstream master
..Rproj
).devtools::check()
and aim for 0 errors and warnings.Additionally:
lintr::lint_file()
prior to committing.@noRd
for functions that should not be exported.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.