aboutsummaryrefslogtreecommitdiffstats
path: root/R.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3792 from jl5000/patch-1Brian Douglas2021-12-101-0/+3
|\ | | | | Add RStudio Connect folder to R gitignore
| * Add RStudio Connect folder to R gitignoreJamie Lendrum2021-07-221-0/+3
| | | | | | https://community.rstudio.com/t/should-i-include-the-rsconnect-folder-to-gitignore/98237
* | Add `.RDataTmp` to R.gitignoreLeixB2021-11-291-0/+1
|/ | | | | | | | | | | | When saving `.RData`, all data is initially saved in `.RDataTmp` which is then renamed to `.RData`. `.RDataTmp` should be added to `.gitignore` since it will only exist while a save operation is in progress or something failed on save. Relevant links: - https://stackoverflow.com/questions/32098036/purpose-of-rdatatmp-temporary-file-r - https://github.com/wch/r-source/blob/trunk/src/library/base/R/load.R#L145-L154
* ignore *~ files in the po directory (#3453)Michael Chirico2020-07-031-0/+3
| | | Common IME for `gettext` utilities like `tools::update_pkg_po('.')` to create these temp files (at least on Mac)
* Update R.gitignore (#3354)Patrick Schratz2020-03-281-0/+3
|
* exclude .Renviron (#3214)raybuhr2019-11-081-0/+3
|
* Update R.gitignore (#3034)zy262019-04-221-1/+1
| | | ignore knitr and R markdown default cache directories in subdirectories
* R: ignore user-specific fileskaasasolut2019-02-251-0/+3
|
* remove rsconnect folder from R.gitignoreCole Arendt2018-11-271-3/+0
|
* Exclude secret deployment key in rsconnect/dgabbe2018-02-121-0/+3
| | | Exclude secret deployment key in rsconnect/, see https://shiny.rstudio.com/articles/shinyapps.html for details.
* Add knitr and R markdown patterns to R.gitignorejrnold2016-04-291-0/+8
| | | | | | These patterns handle cache diretories and temporary files created by the widely used [knitr](http://yihui.name/knitr/) and [R markdown](http://rmarkdown.rstudio.com/) packages.
* Merge pull request #1684 from jimhester/patch-1Brendan Forster2016-03-061-0/+6
|\ | | | | Ignore output from R CMD build and R CMD check
| * Ignore output from R CMD build and R CMD checkJim Hester2015-10-021-0/+6
| | | | | | Both rules are restricted to the top level only, so `*.tar.gz` files in data directories for instance will _not_ be ignored.
* | Ignore `.RData` filesJim Hester2015-10-021-0/+3
|/ | | N.B. this ignores only the exact file `.RData` generated by default from `save.image()` and `quit()`. It is _not_ what is referred to in https://github.com/github/gitignore/commit/1f8466164330277fc8c9126ded3cc207ff3baf91 and http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Data-in-packages, which refers only to files with an `*.RData` _extension_.
* ignore OAuth2 tokenKatrin Leinweber2015-05-201-0/+3
| | | Created for example when using https://github.com/jennybc/googlesheets
* Merge pull request #1263 from jangorecki/masterCarl Suster2014-11-291-0/+4
|\ | | | | R.gitignore - exclude vignettes products
| * exclude vignettes productsjangorecki2014-10-251-0/+4
| |
* | Add history file that is generated by R.app for Mac OSAdam Liter2014-11-271-0/+1
|/
* revert 1f8466164330277fc8c9126ded3cc207ff3baf91Gergely Daróczi2014-10-131-3/+0
| | | | | | Details: `RData` is a valid file format for bundling data with an R package based on the "Writing R Extensions" manual: http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Data-in-packages
* Change to directoryOliver Keyes2014-09-021-1/+1
|
* Small fixOliver Keyes2014-09-011-1/+1
| | | .Rproj is fine - it's .Rproj.user that needs to go.
* Add *.Rproj for RStudio usersOliver Keyes2014-08-251-0/+3
| | | RStudio - the only real R IDE, and an incredibly commonly used environment for R, particularly since it has git support - uses .Rproj files in projects, that follow the pattern projectname.Rproj. Adding *.Rproj to capture these and exclude them.
* R.gitignore - Added .Rdata filesTim Grilley2014-02-271-0/+3
|
* ensure single trailing newlineIvan Zuzak2013-10-061-1/+1
|
* add 'R.gitignore' for RJulian Gehring2011-10-081-0/+5