Commit Graph

21 Commits

Author SHA1 Message Date
Patrick Schratz 3df9bc0bd9
Update R.gitignore (#3354) 2020-03-28 11:47:35 -03:00
raybuhr e5b26f5c9b exclude .Renviron (#3214) 2019-11-08 17:11:59 -04:00
zy26 26f49b0c26 Update R.gitignore (#3034)
ignore knitr and R markdown default cache directories in subdirectories
2019-04-22 08:56:28 -03:00
kaasasolut 210a49a70a
R: ignore user-specific files 2019-02-25 10:17:59 +01:00
Cole Arendt 9771d5c8d1 remove rsconnect folder from R.gitignore 2018-11-27 14:33:43 -05:00
dgabbe 82caf7ce67
Exclude secret deployment key in rsconnect/
Exclude secret deployment key in rsconnect/, see https://shiny.rstudio.com/articles/shinyapps.html for details.
2018-02-12 11:47:41 -05:00
jrnold 4956277b1a Add knitr and R markdown patterns to R.gitignore
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.
2016-04-29 07:17:44 -07:00
Brendan Forster 4596d11577 Merge pull request #1684 from jimhester/patch-1
Ignore output from R CMD build and R CMD check
2016-03-06 19:13:35 +11:00
Jim Hester 09a78cc2bd Ignore `.RData` files
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 1f84661643 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_.
2015-10-02 08:50:47 -04:00
Jim Hester 7830ef7b59 Ignore output from R CMD build and R CMD check
Both rules are restricted to the top level only, so `*.tar.gz` files in data directories for instance will _not_ be ignored.
2015-10-02 08:45:11 -04:00
Katrin Leinweber fbe660091e ignore OAuth2 token
Created for example when using https://github.com/jennybc/googlesheets
2015-05-20 17:12:32 +02:00
Carl Suster b584eee4d6 Merge pull request #1263 from jangorecki/master
R.gitignore - exclude vignettes products
2014-11-29 15:38:28 +11:00
Adam Liter 60ff5ad75a Add history file that is generated by R.app for Mac OS 2014-11-27 18:39:00 -06:00
jangorecki 9010a3a58a exclude vignettes products 2014-10-25 12:28:19 +02:00
Gergely Daróczi ab7b6dba4a revert 1f84661643
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
2014-10-13 00:25:41 +02:00
Oliver Keyes 80c9cc5e7c Change to directory 2014-09-02 04:14:55 -04:00
Oliver Keyes a40aa51f90 Small fix
.Rproj is fine - it's .Rproj.user that needs to go.
2014-09-01 12:00:20 -04:00
Oliver Keyes be40677028 Add *.Rproj for RStudio users
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.
2014-08-25 16:08:38 -04:00
Tim Grilley 1f84661643 R.gitignore - Added .Rdata files 2014-02-27 06:45:11 -06:00
Ivan Zuzak f0dde55c6b ensure single trailing newline 2013-10-06 14:40:01 +02:00
Julian Gehring bf8796aece add 'R.gitignore' for R 2011-10-08 09:23:47 +02:00