Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
There are several ways you can contribute to this project. If you want to know more about why and how to contribute to open source projects like this one, see this Open Source Guide.
Have an idea for a new shoredate feature or how the methods used could be improved? Take a look at the documentation and issue list to see if it isn’t included or suggested yet. If not, suggest your idea as an issue on GitHub. It helps to:
See below if you want to contribute code for your idea as well.
Discovered a bug? Report it as an issue on GitHub so it can be fixed. A good bug report makes it easier to handle, so please include:
Noticed a typo or 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 shoredate? 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.
The GitHub flow is used for the development of this package.
git pull upstream master
..Rproj
).devtools::check()
and aim for 0 errors and warnings.