-
Notifications
You must be signed in to change notification settings - Fork 6
/
.Rbuildignore
78 lines (68 loc) · 1.45 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# 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
# NlsyLinks-specific exclusions
^article$
^Meta$
^outside-data$
^inst/reports$
^README.Rmd$
# NlsyLinks Articles/Vignettes that are in the website, but not the package vignettes
# $vignettes/about\.Rmd$
# $vignettes/collaborators\.Rmd$
# $vignettes/facilitating\.Rmd$
# $vignettes/software-and-support\.Rmd$
# Directories used in many R-centric repos.
^\.github$
^docs$
^revdep$
^.*\.Rproj$
^\.Rproj\.user$
^pkgdown$
# Files used in many R-centric repos.
^_pkgdown\.yml$
^_pkgdown-backup\.yml$
^\.gitignore$
^\.travis\.yml$
^\.vscode$
^appveyor\.yml$
^article/\.vscode$
^CONDUCT.md$
^\.lintr$
^CODE_OF_CONDUCT.md$
^CODE-OF-CONDUCT.md$
^code_of_conduct.md$
^code-of-conduct.md$
^config.yml$
^cran-comments\.md$
^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.
^.markdownlist.json$
^documentation-peek.pdf$
^doc$
^codecov\.yml$
^CRAN-RELEASE$
^CRAN-SUBMISSION$
^vignettes/articles$
^vignettes/publications$