Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 548 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 548 Bytes

Contributing Document

This document is more of self-documentation of how I am contributing and adding to this repository.

Table of Contents

R Style

The naming conventions for R script names, functions, objects, etc will follow as closely as possible to the tidyverse style guide.

This style is enforced using the lintr R package, which will be used in continuous integration to keep styling consistent.