-
Notifications
You must be signed in to change notification settings - Fork 38
/
.Rbuildignore
28 lines (28 loc) · 905 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
^.*\.Rproj$ # Designates the directory as an RStudio Project
^\.Rproj\.user$ # Used by RStudio for temporary files
^README\.Rmd$ # An Rmd file used to generate README.md
^LICENSE\.md$ # Full text of the license
^cran-comments\.md$ # Comments for CRAN submission
^\.travis\.yml$ # Used by Travis-CI for continuous integration testing
^data-raw$ # Code used to create data included in the package
^pkgdown$ # Resources used for the package website
^_pkgdown\.yml$ # Configuration info for the package website
^\.github$ # Contributing guidelines, CoC, issue templates, etc.
^LICENSE\.md$
^README\.rmd$
^ggVennDiagram\.Rproj$
^cran-comments\.md$
^CRAN-RELEASE$
^data-raw$
^.travis.yml$
^\.github$
^_pkgdown\.yml$
^doc$
^Meta$
^vignettes/using-ggVennDiagram-cn\.Rmd$
^CRAN-SUBMISSION$
^less-dependency.Rmd$
^docs$
^roadmap\.md$
^pkgdown$
^inst/cli$