# **NOTE: this is a template created using the `mortar` package. The contents below are for illustrative purposes and should be edited to reflect your use case. This message can be deleted in acknowledgement that you've added this file to your project.**

### R ###

# R Environment Variables
.Renviron

### targets ###
_targets
*/out/*
*/in/*
!*.empty

# History files
.Rhistory
.Rapp.history
.RData # Session Data files
.Ruserdata # User-specific files
.Rproj.user/ # RStudio files

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

### vim ###
.*.swp
.swp
