-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.Rbuildignore
More file actions
202 lines (189 loc) · 3.57 KB
/
.Rbuildignore
File metadata and controls
202 lines (189 loc) · 3.57 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
^.*\.Rproj$
^\.Rproj\.user$
^\.git$
^\.github$
^\.gitignore$
^\.gitattributes$
^\.flox$
^\.claude$
^_bookdown_files$
^rsconnect$
^\.Rhistory$
^\.RData$
^.*_cache$
^.*_files$
^RPubs
^data-raw$
^analysis$
# Large data files (not included in package)
^CohortData_.*\.csv$
^CensusTractData\.csv$
^.*\.geojson$
^TRACT_ZIP\.csv$
^energy_burden_zip.*\.csv$
^data/.*\.csv$
^data/.*\.xlsx$
^data/.*\.xls$
^data/.*\.db$
^data/.*\.sqlite$
^data/.*\.gdb$
^data/.*\.shp$
^data/.*\.dbf$
^data/.*\.prj$
^data/.*\.sbn$
^data/.*\.sbx$
^data/.*\.shx$
^data/.*\.xml$
^data/.*\.cpg$
^data/.*\.pdf$
^data/.*\.json$
^data/BIA_National_LAR_shp/
^data/calenviroscreen40gdb_F_2021\.gdb/
^data/dsire/
^data/f8612018/
^data/f8612022/
^data/GRF21/
^data/ICADisplay\.gdb/
^data/nerc_regions\.gdb/
^data/PGE_DIDF_Tables_Public/
^data/PGE_POSTSR2A_3-1-2022\.gdb/
^data/\.archived_bad_data/
# Analysis scripts and outputs (keep in repo but not package)
^analysis/
^research/
^deprecated/
^all_utilities_energy_burden\.R$
^nc_all_utilities_energy_burden\.R$
^nc_cooperatives_energy_burden\.R$
^render_.*_tables\.R$
^format_.*_table\.R$
^all_utilities_.*\.(csv|html|tex|md)$
^nc_all_utilities_.*\.(csv|html|tex|md)$
^nc_cooperatives_.*\.(csv|html|tex|md)$
^ANALYSIS_COMPLETE\.md$
# Rmd research files (not vignettes)
# Exclude .Rmd files in specific directories, but NOT in vignettes/
^research/.*\.Rmd$
^analysis/.*\.Rmd$
^\.dev/.*\.Rmd$
^deprecated/.*\.Rmd$
^.*\.qmd$
^.*\.log$
^.*\.nav$
^.*\.snm$
^.*\.toc$
^.*\.tex$
^preamble-latex\.tex$
# Generated outputs (but not in vignettes/)
^research/.*\.pdf$
^analysis/.*\.pdf$
^\.dev/.*\.pdf$
^deprecated/.*\.pdf$
^research/.*\.html$
^analysis/.*\.html$
^\.dev/.*\.html$
^deprecated/.*\.html$
^.*\.docx$
^.*\.odt$
^.*\.pptx$
^research/.*\.svg$
^analysis/.*\.svg$
^\.dev/.*\.svg$
^deprecated/.*\.svg$
^research/.*\.png$
^analysis/.*\.png$
^\.dev/.*\.png$
^deprecated/.*\.png$
^research/.*\.jpg$
^analysis/.*\.jpg$
^\.dev/.*\.jpg$
^deprecated/.*\.jpg$
# Shiny app (separate from package)
^ui\.R$
^server\.R$
^global\.R$
# Development/project files
^sources\.R$
^render\.R$
^libraries\.R$
^comparison_table\.R$
^paper_source\.R$
^poster_.*\.R$
^.*_munging\.R$
^.*_slides\.R.*$
^.*_poster\.R.*$
^MarketFigures\.R$
^methods\.R$
^figures\.R$
^usurdb_.*\.(R|py|db)$
^energy_poverty_dashboard\.R$
# Config files
^config.*\.yml$
^\.env$
^\.private$
# Lua filters
^.*\.lua$
# Bibliography (exclude from non-vignette directories)
^research/.*\.bib$
^analysis/.*\.bib$
^deprecated/.*\.bib$
^\.dev/.*\.bib$
^.*\.csl$
^.*\.bst$
# Misc
^README\.md$
^NEWS\.md$
^cran-comments\.md$
^pkgdown$
^_pkgdown\.yml$
^\.lintr$
^TESTING_REPORT\.md$
^WORKFLOW-DEPLOYMENT-GUIDE\.md$
^controlled-release-public\.yaml$
^cran-check-output\.txt$
^codecov\.yml$
^\.dev$
# Additional project files
^PACKAGE_TRANSFORMATION\.md$
^QUICK_START\.md$
^STATUS\.md$
^zenodo-upload$
^zenodo-upload-nationwide$
^data/zenodo-upload-nationwide$
^cleanup_conflicts\.R$
^helpers\.R$
^ratios\.R$
^comparison_table\.csv$
^market_sums\.csv$
^nerc_state_mapping\.(csv|ods)$
^poster_results\.RData$
^poster_test\.md$
^svglov3\.clo$
^svjour3\.cls$
^usurdb\.db$
^NatureComm_figure-latex/
# Package check fixes
^\.zenodo\.json$
^CODE_OF_CONDUCT\.md$
^CONTRIBUTING\.md$
^docs$
# Top-level presentation/poster files (not part of package)
^.*_poster\.html$
^.*_poster\.knit\.html$
^.*_poster\.pdf$
^.*_slides\.pdf$
^.*_poster_map\.svg$
^.*_poster_map\.pdf$
^poster_.*\.svg$
^.*_dashboard\.html$
^.*_snapshot\.html$
^net_energy_equity.*\.pdf$
^UNC_logo.*\.(png|svg)$
^qr\.svg$
^Rplots\.pdf$
^state_prosumer_ratios.*\.png$
^.*_region_poster_map\.svg$
^CRAN-SUBMISSION$
^LICENSE$
^doc$
^Meta$