File tree Expand file tree Collapse file tree 1 file changed +46
-1
lines changed
Expand file tree Collapse file tree 1 file changed +46
-1
lines changed Original file line number Diff line number Diff line change 1- .Rproj.user
1+ # History files
22.Rhistory
3+ .Rapp.history
4+
5+ # Session Data files
36.RData
7+ .RDataTmp
8+
9+ # User-specific files
410.Ruserdata
11+
12+ # Example code in package build process
13+ * -Ex.R
14+
15+ # Output files from R CMD build
16+ /* .tar.gz
17+
18+ # Output files from R CMD check
19+ /* .Rcheck /
20+
21+ # RStudio files
22+ .Rproj.user /
23+
24+ # produced vignettes
25+ vignettes /* .html
26+ vignettes /* .pdf
27+
28+ # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
29+ .httr-oauth
30+
31+ # knitr and R markdown default cache directories
32+ * _cache /
33+ /cache /
34+
35+ # Temporary files created by R markdown
36+ * .utf8.md
37+ * .knit.md
38+
39+ # R Environment Variables
40+ .Renviron
41+
42+ # pkgdown site
43+ docs /
44+
45+ # translation temp files
46+ po /* ~
47+
48+ # RStudio Connect folder
49+ rsconnect /
You can’t perform that action at this time.
0 commit comments