😎 Give your xaringan slides some style
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.

86 satır
1.2KB

  1. .Rproj.user
  2. .Rhistory
  3. .RData
  4. .Ruserdata
  5. inst/doc
  6. _tests
  7. _stuff
  8. .DS_Store
  9. README.html
  10. # vscode
  11. .history/
  12. # Directories that start with _
  13. _*/
  14. ## https://github.com/github/gitignore/blob/master/R.gitignore
  15. # History files
  16. .Rhistory
  17. .Rapp.history
  18. # Session Data files
  19. .RData
  20. # Example code in package build process
  21. *-Ex.R
  22. # Output files from R CMD build
  23. /*.tar.gz
  24. # Output files from R CMD check
  25. /*.Rcheck/
  26. # RStudio files
  27. .Rproj.user/
  28. # produced vignettes
  29. vignettes/*.html
  30. vignettes/*.pdf
  31. # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
  32. .httr-oauth
  33. # knitr and R markdown default cache directories
  34. /*_cache/
  35. /cache/
  36. # Temporary files created by R markdown
  37. *.utf8.md
  38. *.knit.md
  39. # Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
  40. rsconnect/
  41. ## https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
  42. # General
  43. .DS_Store
  44. .AppleDouble
  45. .LSOverride
  46. # Icon must end with two \r
  47. Icon
  48. # Thumbnails
  49. ._*
  50. # Files that might appear in the root of a volume
  51. .DocumentRevisions-V100
  52. .fseventsd
  53. .Spotlight-V100
  54. .TemporaryItems
  55. .Trashes
  56. .VolumeIcon.icns
  57. .com.apple.timemachine.donotpresent
  58. # Directories potentially created on remote AFP share
  59. .AppleDB
  60. .AppleDesktop
  61. Network Trash Folder
  62. Temporary Items
  63. .apdisk
  64. doc
  65. Meta