CONTRIBUTING.md

Contributing to the R package smicd: Statistical Methods for Interval-Censored Data

First of all, thanks for considering contributing to the R package smicd! It's people like you that make it rewarding for me - the project maintainer - to work on the smicd package.

The R package smicd is an open source project. I am not directly funded to do so.

How you can contribute

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.

Share the love ❤️

Think smicd is useful? Let others discover it, by telling them in person, via Twitter or a blog post.

Using smicd for a paper you are writing? Consider citing it.

Ask a question ⁉️

Using smicd and got stuck? Browse the documentation to see if you can find a solution. Still stuck? Post your question as an issue on GitHub. While I cannot offer user support, I'll try to do my best to address it, as questions often lead to better documentation or the discovery of bugs.

Want to ask a question in private? Contact me by email.

Propose an idea 💡

Have an idea for a new smicd 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. While I can't promise to implement your idea, it helps to:

See below if you want to contribute code for your idea as well.

Report a bug 🐛

Using smicd and 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. Please label the issue as bug this enables me to create a bug tracker. A good bug report makes it easier for me to do so, so please include:

Improve the documentation 📖

Think a function could use a better example? Good documentation makes all the difference, so your help to improve it is very welcome!

Function documentation

Functions are described as comments near their code and translated to documentation using roxygen2. If you want to improve a function description:

  1. Go to R/ directory in the code repository.
  2. Look for the file with the name of the function.
  3. Propose a file change to update the function documentation in the roxygen comments (starting with #').

Contribute code 📝

Care to fix bugs or implement new functionality for smicd? 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.

Development guidelines

I try to follow the GitHub flow for development.

  1. Fork this repo and clone it to your computer. To learn more about this process, see this guide.
  2. If you have forked and cloned the project before and it has been a while since you worked on it, pull changes from the original repo to your clone by using git pull upstream master.
  3. Open the RStudio project file (.Rproj).
  4. Make your changes:
    • Write your code.
    • Test your code (bonus points for adding unit tests).
    • Document your code (see function documentation above).
    • Check your code with devtools::check() and aim for 0 errors and warnings.
  5. Commit and push your changes.
  6. Submit a pull request.


chiquadrat/smicd documentation built on Nov. 22, 2023, 4:02 p.m.