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.

R 634B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # History files
  2. .Rhistory
  3. .Rapp.history
  4. # Session Data files
  5. .RData
  6. .RDataTmp
  7. # User-specific files
  8. .Ruserdata
  9. # Example code in package build process
  10. *-Ex.R
  11. # Output files from R CMD build
  12. /*.tar.gz
  13. # Output files from R CMD check
  14. /*.Rcheck/
  15. # RStudio files
  16. .Rproj.user/
  17. # produced vignettes
  18. vignettes/*.html
  19. vignettes/*.pdf
  20. # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
  21. .httr-oauth
  22. # knitr and R markdown default cache directories
  23. *_cache/
  24. /cache/
  25. # Temporary files created by R markdown
  26. *.utf8.md
  27. *.knit.md
  28. # R Environment Variables
  29. .Renviron
  30. # pkgdown site
  31. docs/
  32. # translation temp files
  33. po/*~