Contributions to lazyplyr
are welcome from anyone and are best sent as pull requests on the GitHub repository. This page provides some instructions to potential contributors
about how to add to the package.
Contributions can be submitted as a pull request on GitHub by forking or cloning the lazyplyr repository, making changes and submitting the pull request.
Pull requests should involve only one commit per substantive change. This means if you change multiple files (e.g., code and documentation), these changes should be committed together. If you don't know how to do this (e.g., you are making changes in the GitHub web interface) just submit anyway and the maintainer will clean things up.
All contributions must be submitted consistent with the package license (MPL-2.0).
Contributions in the code (not documentation) that consist of more than 1000 characters (excluding spaces)
need to be noted in the Authors@R
field in the
DESCRIPTION
file. Just follow the format of the
existing entries to add your name (and, optionally, email address).
This package uses royxgen
code and documentation markup, so changes should be made to roxygen
comments in the
source code .R
files. If changes are made, roxygen
needs to be run. The easiest way to do this is a command line
call to: Rscript -e devtools::document()
. Please resolve any roxygen
errors before submitting a pull request.
Please run R CMD BUILD lazyplyr
and R CMD CHECK lazyplyr_VERSION.tar.gz
before submitting the pull request to
check for any errors.
Changes requiring a new package dependency should be discussed on the GitHub issues page before submitting a pull request.
Any questions you have can be opened as GitHub issues or directed to markklik@gmail.com.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.