소스 검색

Add `.RDataTmp` to R.gitignore

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
pull/3899/head
LeixB 2 년 전
부모
커밋
1559f2ee6b
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      R.gitignore

+ 1
- 0
R.gitignore 파일 보기

@@ -4,6 +4,7 @@

# Session Data files
.RData
.RDataTmp

# User-specific files
.Ruserdata

Loading…
취소
저장