Skip to content

Commit 82eedad

Browse files
authored
Cleanup dead files (#7755)
* Remove unused `move.yml` workflow * Remove unused `lock.yml` workflow * Remove `CODEOWNERS` It would only automatically ping for review if someone touched the CODEOWNERS file itself? * Remove `inst/` * Remove `Doxyfile` * Remove unused `revdep/` files * Remove `.gitignore` from `vignettes/` * Trim down `.gitignore` * Trim down `.Rbuildignore` * Revert "Remove `CODEOWNERS`" This reverts commit 40fa64a.
1 parent 0b21609 commit 82eedad

File tree

19 files changed

+4
-3782
lines changed

19 files changed

+4
-3782
lines changed

.Rbuildignore

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,19 @@
11
^pkgdown$
22
^.*\.Rproj$
33
^\.Rproj\.user$
4-
^\.travis\.yml$
54
^.Rprofile$
6-
^inst/db$
7-
^inst/bench$
8-
^man-roxygen$
9-
^demo/pandas$
10-
^\.httr-oauth$
115
^cran-comments\.md$
126
^README\.Rmd$
137
^revdep$
14-
^README-.*\.png$
158
^codecov\.yml$
16-
^appveyor\.yml$
17-
^Doxyfile$
18-
^clion-test\.R$
19-
^API$
20-
^ISSUE_TEMPLATE\.md$
219
^data-raw$
2210
^LICENSE\.md$
23-
^BROWSE$
24-
^GPATH$
25-
^GRTAGS$
26-
^GTAGS$
27-
^TAGS$
28-
^\.dir-locals\.el$
29-
^vignettes/rsconnect$
3011
^docs$
3112
^_pkgdown\.yml$
32-
^issues$
33-
^CONDUCT\.md$
34-
^\.drake$
3513
^CRAN-RELEASE$
3614
^\.github$
37-
^\.github/workflows/R-CMD-check\.yaml$
38-
^\.github/workflows/pr-commands\.yaml$
39-
^\.github/workflows/pkgdown\.yaml$
40-
^doc$
41-
^Meta$
4215
^CRAN-SUBMISSION$
4316
^compile_commands\.json$
4417
^\.cache$
4518
^\.vscode$
46-
^[\.]?air\.toml$
19+
^[.]?air[.]toml$

.github/lock.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/move.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,7 @@
11
docs
2-
/src/*.o
3-
/src/*.o-*
4-
/src/*.d
5-
/src/*.so
6-
*.dll
72
.RData
83
.Rproj.user
94
.Rhistory
10-
inst/doc
11-
.httr-oauth
12-
vignettes/*.R
135
.DS_Store
14-
/clion-test.R
15-
/BROWSE
16-
/GPATH
17-
/GRTAGS
18-
/GTAGS
19-
/TAGS
20-
/.dir-locals.el
21-
/issues
22-
/.drake
23-
bench-libs
24-
doc
25-
Meta
266
compile_commands.json
277
.cache

0 commit comments

Comments
 (0)