-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Rbuildignore
54 lines (45 loc) · 1.04 KB
/
.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
# -------------------------------------------------------------------------------------------------#
# .Rbuildignore automatically generated by RLumBuild
# author: Sebastian Kreutzer
# template version: 2019-08-04
# -------------------------------------------------------------------------------------------------#
# -- Exclude R stuff --
^NEWS\.Rmd$
^NEWS\.html$
^cran-comments\.md$
^cran-comments\.html$
^\.Rprofile$
^src/$
# -- Exclude RStudio files --
^.*\.Rproj$
^\.Rproj\.user$
^packrat/$
^tests/testdata$
^\test\*
^_pkgdown\.yml$
^docs$
# -- Exclude compiled code --
^src/.*\.o$
^src/.*/.*\.o$
# -- Exclude test suite files --
^\.travis\.yml$
^appveyor\.yml$
^codecov\.yml$
# -- Exclude GitHub stuff --
^LICENSE$
^README\.Rmd$
^README\.html$
^\.github$
# -- Exclude vignettes cache and files --
^vignettes/.*cache$
^vignettes/.*files$
^vignettes/.*\.xsyg$
^vignettes/.*\.log$
^vignettes/.*\.csv$
# -- Exclude build stuff
^Makefile$
# -- Exclude meta data stuff --
^codemeta\.json$
^\.zenodo\.json$
# -- Package 'RLumModel' stuff --
^RLumModel\..*$