-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.Rbuildignore
35 lines (35 loc) · 1.01 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
# This is a list of files/directories that are useful
# for development but are not (cannot, should not) be included in
# the build. This needs some cleaning up as of March 2022.
# Leave out the sticker
dplR_Sticker.png
# Leave out README.md
README.md
# Designates the directory as an RStudio Project
^.*\.Rproj$
# Used by RStudio for temporary files
^\.Rproj\.user$
# An Rmd file used to generate README.md
^README\.Rmd$
# All the git stuff
^\.git$
# The files in .R
^\.R$
# Examples? NOT NEEDED?
^dplR-Ex\.R$
# Shell scripts NOT NEEDED?
^[^/]*\.sh$
# Andy README-developer files
^(|.*[^[:alpha:]])README-developer(|[^[:alpha:]].*)$
# Andy pdfs if the vignettes were knit
^vignettes/Rplots.*\.pdf$
# No idea from here down. I don't think these come into
# play on my setup. Maybe they do on Mikko's system?
^(.*/)?\..+$
^inst/doc/cache(/.*)?$
^inst/doc/figure(/.*)?$
^inst/doc/.*\.(Rnw|Rout|aux|bbl|blg|fdb_latexmk|fls|glo|gls|glg|idx|ind|ilg|lof|log|lot|out|synctex.gz|tex|toc)$
^.*-tikzDictionary$
^.*/auto$
^revdep$
^\.github$