├── .github └── pull_request_template.md ├── .gitignore └── README.md /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shannonpileggi/code-review-for-analysts/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .Rproj.user 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shannonpileggi/code-review-for-analysts/HEAD/README.md --------------------------------------------------------------------------------