- 29 4月, 2016 1 次提交
-
-
由 jrnold 提交于
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.
-
- 02 10月, 2015 2 次提交
-
-
由 Jim Hester 提交于
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_.
-
由 Jim Hester 提交于
Both rules are restricted to the top level only, so `*.tar.gz` files in data directories for instance will _not_ be ignored.
-
- 20 5月, 2015 1 次提交
-
-
由 Katrin Leinweber 提交于
Created for example when using https://github.com/jennybc/googlesheets
-
- 28 11月, 2014 1 次提交
-
-
由 Adam Liter 提交于
-
- 25 10月, 2014 1 次提交
-
-
由 jangorecki 提交于
-
- 13 10月, 2014 1 次提交
-
-
由 Gergely Daróczi 提交于
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
-
- 02 9月, 2014 2 次提交
-
-
由 Oliver Keyes 提交于
-
由 Oliver Keyes 提交于
.Rproj is fine - it's .Rproj.user that needs to go.
-
- 26 8月, 2014 1 次提交
-
-
由 Oliver Keyes 提交于
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.
-
- 27 2月, 2014 1 次提交
-
-
由 Tim Grilley 提交于
-
- 06 10月, 2013 1 次提交
-
-
由 Ivan Zuzak 提交于
-
- 08 10月, 2011 1 次提交
-
-
由 Julian Gehring 提交于
-