You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
500B

  1. # History files
  2. .Rhistory
  3. .Rapp.history
  4. # Session Data files
  5. .RData
  6. # Example code in package build process
  7. *-Ex.R
  8. # Output files from R CMD build
  9. /*.tar.gz
  10. # Output files from R CMD check
  11. /*.Rcheck/
  12. # RStudio files
  13. .Rproj.user/
  14. # produced vignettes
  15. vignettes/*.html
  16. vignettes/*.pdf
  17. # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
  18. .httr-oauth
  19. # knitr and R markdown default cache directories
  20. /*_cache/
  21. /cache/
  22. # Temporary files created by R markdown
  23. *.utf8.md
  24. *.knit.md