git remote add upstream git@github.com:Crunch-io/rcrunch.git
git fetch && git checkout upstream/master
make check
before creating your pull request. Travis-CI will run check and will note if your code fails. Pull requests will only be accepted once the checks pass.#' @roclets
in the code) to note any changed behavior and any arguments added to functions.#' @export
in the docs.make doc
before you commit–otherwise the man
pages and NAMESPACE
won’t be updated. (make check
will run make doc
as well)