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 570B

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