-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.Rbuildignore
More file actions
41 lines (41 loc) · 924 Bytes
/
Copy path.Rbuildignore
File metadata and controls
41 lines (41 loc) · 924 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
^.*\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^README\.Rmd$
^docs$
^CODE_OF_CONDUCT\.md$
^data-raw$
^\.travis\.yml$
^codecov\.yml$
^\_pkgdown\.yml$
^CONTRIBUTING\.md$
^AGENTS\.md$
^ISSUE_TEMPLATE\.md$
^SUPPORT\.md$
^man-roxygen$
^appveyor\.yml$
codemeta.json
^inst/joss/paper\.html$
^inst/joss/paper\.pdf$
^install\.R$
^cran-comments\.md$
^\.ccache$
^clang-.*
^gfortran.*
^tic\.R$
^Dockerfile$
^codemeta\.json$
^\.devcontainer
^\.github
^\.vscode
^.lintr
^\.pre-commit-config\.yaml$
# Agent skills and their lockfile. Agent tooling only, never part of the R
# package build (see .agents/README.md for upstream licences).
^\.agents
^skills-lock\.json$
# Seeding fixtures for the local ODK Central test stack (issue #170). Only
# data-raw/seed_odkc.R and data-raw/dump_odkc_fixtures.R read them; nothing in
# R/, tests/ or vignettes/ does. Shipping them would add ~600KB to every
# install for no runtime use.
^inst/extdata/odkc$