Skip to content

Commit 54a5ffa

Browse files
committed
Refactor into a proper package.
1 parent e35db2e commit 54a5ffa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2140
-1207
lines changed

.Rbuildignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
^.*\.Rproj$
2+
^\.Rproj\.user$
3+
.travis.yml
4+
CODE_OF_CONDUCT.md
5+
INSTALL_EXTRAS.md
6+
README.Rmd

.gitignore

+2-24
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,6 @@
11
.Rproj.user
22
.Rhistory
33
.RData
4-
.Ruserdata
5-
*.Rdata
6-
*.html
7-
*.pdf
8-
*.png
9-
*rsconnect*
10-
*.Rds
11-
12-
#UE backup files
4+
input_files
135
*.bak
14-
15-
#knitr caches
16-
*_cache
17-
18-
#ignore data
19-
capabilities.csv
20-
scenarios.csv
21-
22-
# ignore knited files
23-
*.pdf
24-
*.html
25-
*.docx
26-
27-
# ignore config files
28-
.evaluator*
6+
inst/doc

0-import_survey.Rmd

-259
This file was deleted.

0 commit comments

Comments
 (0)