singcar
First of all, thanks for considering contributing to singcar
!
singcar
is an open source project, maintained by people who care. We are not directly funded to do so.
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.
Think singcar
is useful? Let others discover it, by telling them in person, via Twitter or a blog post.
Using singcar
for a paper you are writing? Consider citing it, e.g. by using utils::citation("singcar")
.
Using singcar
and got stuck? Browse the documentation or vignette to see if you can find a solution. Still stuck? Post your question as an issue on GitHub. I will try my best to address it.
Want to ask a question in private? Contact the package maintainer by email.
Have an idea for a new singcar
feature? 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.
Report bugs or issues as a new new issue in the issue tracker, so we can fix it. A good bug report makes it easier for us to do so, so please include:
utils::sessionInfo()
).Noticed a typo in the vignette? 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 singcar
? Have a look at the issue tracker, leave a comment on things you are
working on and see the pull request guidelines below.
We try to follow the GitHub flow for development.
git pull upstream master
..Rproj
).devtools::check()
and aim for 0 errors and warnings.These contribution guidelines have been adopted and adapted from here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.