Browse Source

Initial commit

Petra Lamborn 4 years ago
commit
3bf3b3963f
2 changed files with 52 additions and 0 deletions
  1. 49
    0
      .gitignore
  2. 3
    0
      README.md

+ 49
- 0
.gitignore View File

@@ -0,0 +1,49 @@
1
+# ---> R
2
+# History files
3
+.Rhistory
4
+.Rapp.history
5
+
6
+# Session Data files
7
+.RData
8
+
9
+# Example code in package build process
10
+*-Ex.R
11
+
12
+# Output files from R CMD build
13
+/*.tar.gz
14
+
15
+# Output files from R CMD check
16
+/*.Rcheck/
17
+
18
+# RStudio files
19
+.Rproj.user/
20
+
21
+# produced vignettes
22
+vignettes/*.html
23
+vignettes/*.pdf
24
+
25
+# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
26
+.httr-oauth
27
+
28
+# knitr and R markdown default cache directories
29
+/*_cache/
30
+/cache/
31
+
32
+# Temporary files created by R markdown
33
+*.utf8.md
34
+*.knit.md
35
+
36
+# ---> Vim
37
+# swap
38
+[._]*.s[a-v][a-z]
39
+[._]*.sw[a-p]
40
+[._]s[a-v][a-z]
41
+[._]sw[a-p]
42
+# session
43
+Session.vim
44
+# temporary
45
+.netrwhist
46
+*~
47
+# auto-generated tag files
48
+tags
49
+

+ 3
- 0
README.md View File

@@ -0,0 +1,3 @@
1
+# GP-practices
2
+
3
+Geocoding of publicly-available GP practice location in New Zealand