-
Notifications
You must be signed in to change notification settings - Fork 4
/
.Rbuildignore
55 lines (48 loc) · 1018 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
# List files that should be included in the repo,
# but ignored by R when building the packages.
# Specify with a PCRE regular expression.
# See http://r-pkgs.had.co.nz/package.html#package
# Directories used in many R-centric repos.
^\.github$
^docs$
^revdep$
^.*\.Rproj$
^\.Rproj\.user$
# Files used in many R-centric repos.
^_pkgdown\.yml$
^\.gitignore$
^\.travis\.yml$
^\.lintr$
^\.vscode$
^appveyor\.yml$
^CONDUCT.md$
^CODE_OF_CONDUCT.md$
^CODE-OF-CONDUCT.md$
^code_of_conduct.md$
^code-of-conduct.md$
^config.yml$
^cran-comments\.md$
^README.html$
^license\.md$
^LICENSE\.md$
^README.html$
^shim_package\.sh$
^wercker\.yml$
# Directories occasionally used in R-centric repos written by the BBMC.
^analysis$
^data-private$
^data-public$
^data-unshared$
^demonstration$
^documentation$
^documentation-for-developers$
^figure$
^libs$
^manipulation$
^sandbox$
^scripts$
^stitched-output$
^playgrounds$
^utility$
# Files occasionally used in R-centric repos written by the BBMC.
^documentation-peek.pdf$