R.gitignore 581 字节
Newer Older
J
Julian Gehring 已提交
1 2
# History files
.Rhistory
3
.Rapp.history
J
Julian Gehring 已提交
4

J
Jim Hester 已提交
5 6 7
# Session Data files
.RData

J
Julian Gehring 已提交
8
# Example code in package build process
I
Ivan Zuzak 已提交
9
*-Ex.R
T
Tim Grilley 已提交
10

11 12 13 14 15 16
# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

O
Oliver Keyes 已提交
17
# RStudio files
O
Oliver Keyes 已提交
18
.Rproj.user/
J
jangorecki 已提交
19 20 21 22

# produced vignettes
vignettes/*.html
vignettes/*.pdf
K
Katrin Leinweber 已提交
23 24 25

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth
26 27 28 29 30 31 32 33

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

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

# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
rsconnect/