forked from rOpenGov/eurostat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Rbuildignore
executable file
·53 lines (51 loc) · 916 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
^CRAN-RELEASE$
# Extra material related but not to be included in the package
inst/extras
# inst/doc
README.Rmd
README.html
index.*
# pkgdown
docs
# Vignette
./vignettes/2015-RJournal
./vignettes/2017_RJournal_manuscript/*
./vignettes/cheatsheet/
./vignettes/cheatsheet.Rmd
./vignettes/blogposts.Rmd
./vignettes/website
./vignettes/publications.Rmd
./vignettes/eurostat_tutorial.Rmd
./vignettes/eurostat_tutorial.pdf
./vignettes/eurostat_tutorial.md
./vignettes/*.Rmd
./vignettes/NUTS_2010_60M_SH/*
./vignettes/NUTS_2010_60M_SH.zip
./vignettes/NUTS_2010.xls
./vignettes/zipfile
./vignettes/figure
./vignettes/fig
./vignettes/cheatsheet
./vignettes/main.R
./figure$
./cache$
# Git related
./.git*
# Travis scripts
.travis.yml
# Misc
./.*~
./*~
^.*\.Rproj$
^\.Rproj\.user$
^packrat/
^\.Rprofile$
^NEWS.md$
^cran-comments\.md$
^data-raw$
^revdep$
^README\.Rmd$
^README-.*\.png$
^appveyor\.yml$
^_pkgdown\.yml$
^docs$