gitignore/R.gitignore

43 lines
592 B
Plaintext
Raw Normal View History

2011-10-08 09:23:47 +02:00
# History files
.Rhistory
.Rapp.history
2011-10-08 09:23:47 +02:00
# Session Data files
.RData
2019-02-25 10:17:59 +01:00
# User-specific files
.Ruserdata
2011-10-08 09:23:47 +02:00
# Example code in package build process
2013-10-06 14:40:01 +02:00
*-Ex.R
2014-02-27 13:45:11 +01:00
# Output files from R CMD build
/*.tar.gz
# Output files from R CMD check
/*.Rcheck/
# RStudio files
2014-09-02 10:14:55 +02:00
.Rproj.user/
2014-10-25 12:28:19 +02:00
# produced vignettes
vignettes/*.html
vignettes/*.pdf
# 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
2019-11-08 22:11:59 +01:00
# R Environment Variables
.Renviron
2020-03-28 15:47:35 +01:00
# pkgdown site
docs/