-
Notifications
You must be signed in to change notification settings - Fork 347
Expand file tree
/
Copy path.Rbuildignore
More file actions
48 lines (48 loc) · 852 Bytes
/
.Rbuildignore
File metadata and controls
48 lines (48 loc) · 852 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
LICENSE
README\.[R]?md
README\.html
\.Renviron$
\.pyc$
\.travis\.yml$
^.*\.Rproj$
^\.Rproj\.user$
^\.github$
^_pkgdown\.yml$
^appveyor\.yml$
^derby\.log$
^docs$
^deps$
^devtools-check.*\.log$
^images$
^index\.Rmd$
^internal$
^issues$
^log$
^logs$
^tools$
^pkgdown$
^revdep$
^tags$
^tests/testthat/resources/.*\.html$
^tests/testthat/resources/.*_files
^vignettes/images/code_completion\.png$
^vignettes/images/help\.png$
^vignettes/images/repl_python\.png$
^vignettes/images/rmarkdown_reticulate\.png$
^vignettes/images/rmarkdown_reticulate_matplotlib\.png$
^vignettes/images/source_python\.png$
^vignettes/rstudio_ide\.Rmd$
^vignettes/rstudio_ide\.html$
__pycache__
^cran-comments\.md$
^CRAN-SUBMISSION$
^\.vscode$
^Dockerfile$
^\.dockerignore$
^\.git-blame-ignore-revs$
^rchk$
^\.cache$
^compile_commands\.json$
^\.venvs$
^\.ruff_cache$
^scratch\.r$