Geocoding of publicly-available GP practice location in New Zealand

.gitignore 702B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # ---> R
  2. # RStudio project files
  3. *.Rproj
  4. # History files
  5. .Rhistory
  6. .Rapp.history
  7. # Session Data files
  8. .RData
  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. # ---> Vim
  29. # swap
  30. [._]*.s[a-v][a-z]
  31. [._]*.sw[a-p]
  32. [._]s[a-v][a-z]
  33. [._]sw[a-p]
  34. # session
  35. Session.vim
  36. # temporary
  37. .netrwhist
  38. *~
  39. # auto-generated tag files
  40. tags