Merge pull request #1684 from jimhester/patch-1

Ignore output from R CMD build and R CMD check
This commit is contained in:
Brendan Forster 2016-03-06 19:13:35 +11:00
commit 4596d11577
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@
# Example code in package build process
*-Ex.R
# Output files from R CMD build
/*.tar.gz
# Output files from R CMD check
/*.Rcheck/
# RStudio files
.Rproj.user/