-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.Rbuildignore
62 lines (51 loc) · 1.16 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
55
56
57
58
59
60
61
62
# -------------------------------------------------------------------------------------------------#
# .Rbuildignore automatically generated by RLumBuild
# author: Sebastian Kreutzer
# template version: 2024-11-25
# -------------------------------------------------------------------------------------------------#
# -- Exclude R stuff --
^NEWS\.Rmd$
^NEWS\.html$
^cran-comments\.md$
^cran-comments\.html$
^\.Rprofile$
^src/$
# -- Exclude RStudio files --
^.*\.Rproj$
^\.Rproj\.user$
^packrat/$
^tests/testdata$
^tests/testthat/_data/SPEfile.SPE$
^\test\*
^_pkgdown\.yml$
^docs$
# -- Exclude compiled code --
^src/.*\.o$
^src/.*/.*\.o$
# -- Exclude test suite files --
^\.travis\.yml$
^appveyor\.yml$
^codecov\.yml$
# -- Exclude GitHub stuff --
^CODE_OF_CONDUCT.md$
^CONTRIBUTING.md$
^LICENSE$
^README\.Rmd$
^README\.html$
^\.github$
^\.git$
# -- 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$
# -- Exclude emacs stuff --
.*~$
# -- Package 'Luminescence' stuff --
^Luminescence\..*$