forked from BDI-pathogens/OpenABM-Covid19
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Rbuildignore
57 lines (49 loc) · 787 Bytes
/
.Rbuildignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# -*- mode: conf -*-
# R files
^\.Rhistory$
^\.RData$
^\.Rproj\.user$
^.*\.Rproj$
^.*\.Rcheck$
# Emacs / Vim files
TAGS$
tags$
# SWIG interface files
.*\.i$
# Python files
.*\.py$
.*\.pyc$
^examples$
^performance$
^python$
^src\/adapter_covid19$
^src\/covid19_wrap\.c$
# Conf files
^autom4te.cache$
^config\.log$
^config\.status$
^src\/Makevars$
# Build files
^Makefile$
^package-for-CRAN\.sh$
^OpenABMCovid19.tmp$
^OpenABMCovid19_.*\.tar\.gz$
^OpenABMCovid19_.*\.tgz$
^OpenABMCovid19_.*\.zip$
# Test files
^src_test$
^data_test$
^tests\/test_R_INSTALL_win\.bat$
^tests\/requirements\.txt$
^tests\/src_test$
^tests\/data_test$
^tests\/adapter_covid19$
^tests\/Dockerfile$
# Misc
^\.github$
^README\.md$
^CONTRIBUTING\.md$
^LICENSE$
^documentation$
^src\/Makefile$
^src\/main\.c$