-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.Rbuildignore
More file actions
51 lines (45 loc) · 739 Bytes
/
Copy path.Rbuildignore
File metadata and controls
51 lines (45 loc) · 739 Bytes
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
HowToCheck.R
genlogo.R
.gitignore
^codecov\.yml$
^revdep$
^_pkgdown\.yml$
^figure$
^pkgdown$
^Meta$
^doc$
^TODO_LIST$
^renv/staging
^renv
man/figures/fa-asterisk.svg
man/figures/Cairo-fa-asterisk.svg
man/figures/Cairo-fa-asterisk.pdf
#All packages
^.*\.Rproj$
^\.Rproj\.user$
^\.gitignore$
^NEWS$
#For the pkgdown website
^docs*$
#For the cached chunks of README.Rmd
^cache*$
^README_cache*$
#If README too big, not on CRAN but only on git
#^man/figures*$
^README\.Rmd$
#^README\.md$
#Specific
^articles*$
^old_files*$
^LICENSE*
#Vignette cache
^cran-comments[.].*$
^vignettes/.*[.](pdf|PDF)$
^vignettes/.*[.](r|R)$
^vignettes/[.]install_extras$
^vignettes/.*_cache$
^vignettes/.*_files$
^\.github$
^scripts$
\.DS_Store
^\.DS_Store$