Skip to content

Commit

Permalink
Initialise repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rbpatt2019 committed Jun 11, 2020
0 parents commit 7ea945b
Show file tree
Hide file tree
Showing 14 changed files with 3,858 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
R/main.R
^renv$
^renv\.lock$
^packrat/
^\.Rprofile$
4 changes: 4 additions & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source("renv/activate.R")
options(languageserver.formatting_style = function(options) {
styler::tidyverse_style()
})
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.swp
results/
renv/library/
renv/staging/
.DS_Store
Loading

0 comments on commit 7ea945b

Please sign in to comment.