We love pull requests from everyone in the lab. By participating in this project, you agree to abide by our code of conduct and you are supporting your lab mates!
Fork the repository on GitHub to make a copy of the repository on your account. Or use this line in your shell terminal:
git clone git@github.com:your-username/rrtools.git
devtools::check()
to assure nothing else was accidentally broken.Push to your fork and submit a pull request.
At this point you're waiting on us. We like to at least comment on pull requests within a few days (and, typically, one business day). We may suggest some changes or improvements or alternatives.
Some things you can do that will increase the chance that your pull request is accepted:
devtools::check()
.There are multiple waws to create and document functions. We like the tutorials provided by Fong Chun Chan's Blog and Rpackages. Regardless of what method you follow, each function you create should have at least the following documentation:
#' @author
#' @export
#' @param
#' @return
#' examples
Remember to ask for colagues to test the function and "try to brake it".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.