-
Notifications
You must be signed in to change notification settings - Fork 209
/
.Rbuildignore
188 lines (135 loc) · 4.3 KB
/
.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
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
^data-raw$
^docs$
^pkgdown$
^scripts$
^images$
^\.github$
^\.gitattributes$
^\.Rproj\.user$
^gt\.Rproj$
^_pkgdown\.yml$
^codecov\.yml$
^README\.md$
^LICENSE\.md$
^CITATION\.cff$
vignettes
^vignettes/\.quarto$
pkgdown/assets/gt-latex.qmd
man/figures/
tests/gt-examples
tests/performance-monitoring
tests/testthat/test-as_raw_html.R
tests/testthat/test-as_word.R
tests/testthat/_snaps/as_word.md
tests/testthat/test-color_handling.R
tests/testthat/test-cols_align_decimal.R
tests/testthat/_snaps/cols_align_decimal.md
tests/testthat/test-cols_label.R
tests/testthat/test-cols_label_with.R
tests/testthat/test-cols_merge.R
tests/testthat/_snaps/cols_merge.md
tests/testthat/test-cols_width.R
tests/testthat/_snaps/cols_width.md
tests/testthat/test-data_color.R
tests/testthat/_snaps/data_color.md
tests/testthat/test-empty_tbl.R
tests/testthat/test-escaping.R
tests/testthat/test-extract_body.R
tests/testthat/test-extract_cells.R
tests/testthat/test-fmt_auto.R
tests/testthat/_snaps/fmt_auto.md
tests/testthat/test-fmt_bins.R
tests/testthat/test-fmt_bytes.R
tests/testthat/test-fmt_currency.R
tests/testthat/_snaps/fmt_currency.md
tests/testthat/test-fmt_date_time.R
tests/testthat/test-fmt_duration.R
tests/testthat/_snaps/fmt_duration.md
tests/testthat/test-fmt_email.R
tests/testthat/test-fmt_engineering.R
tests/testthat/test-fmt_flag.R
tests/testthat/test-fmt_fraction.R
tests/testthat/_snaps/fmt_fraction.md
tests/testthat/test-fmt_image.R
tests/testthat/test-fmt_index.R
tests/testthat/test-fmt_integer.R
tests/testthat/_snaps/fmt_integer.md
tests/testthat/test-fmt_markdown.R
tests/testthat/_snaps/fmt_markdown.md
tests/testthat/test-fmt_number.R
tests/testthat/_snaps/fmt_number.md
tests/testthat/test-fmt_partsper.R
tests/testthat/test-fmt_passthrough.R
tests/testthat/test-fmt_percent.R
tests/testthat/test-fmt_roman.R
tests/testthat/test-fmt_scientific.R
tests/testthat/test-fmt_spelled_num.R
tests/testthat/test-fmt_url.R
tests/testthat/test-format_vec.R
tests/testthat/_snaps/format_vec.md
tests/testthat/test-footer.R
tests/testthat/_snaps/footer.md
tests/testthat/test-group_column_label.R
tests/testthat/_snaps/group_column_label.md
tests/testthat/test-gt_group.R
tests/testthat/test-gt_object.R
tests/testthat/test-gt_split.R
tests/testthat/test-gtsave.R
tests/testthat/_snaps/gtsave.md
tests/testthat/test-h_md_html.R
tests/testthat/test-helper_functions.R
tests/testthat/test-i_html.R
tests/testthat/test-image.R
tests/testthat/_snaps/image.md
tests/testthat/test-info_tables.R
tests/testthat/test-input_data_validation.R
tests/testthat/test-l_summary_rows.R
tests/testthat/_snaps/l_summary_rows.md
tests/testthat/test-l_table_parts.R
tests/testthat/_snaps/l_table_parts.md
tests/testthat/_snaps/location_cells.md
tests/testthat/test-location_cells.R
tests/testthat/test-opts.R
tests/testthat/test-quarto.R
tests/testthat/_snaps/quarto.md
tests/testthat/test-removal_functions.R
tests/testthat/_snaps/removal_functions.md
tests/testthat/test-rows_add.R
tests/testthat/_snaps/rows_add.md
tests/testthat/test-rtf_cols_width.R
tests/testthat/_snaps/rtf_cols_width.md
tests/testthat/test-rtf_page_options.R
tests/testthat/_snaps/rtf_page_options.md
tests/testthat/test-rtf_summary_rows.R
tests/testthat/_snaps/rtf_summary_rows.md
tests/testthat/test-stub.R
tests/testthat/test-substitution.R
tests/testthat/test-summary_rows.R
tests/testthat/_snaps/summary_rows.md
tests/testthat/test-tab_footnote.R
tests/testthat/_snaps/tab_footnote.md
tests/testthat/test-tab_info.R
tests/testthat/test-tab_options.R
tests/testthat/_snaps/tab_options.md
tests/testthat/test-tab_remove.R
tests/testthat/_snaps/tab_remove.md
tests/testthat/test-tab_spanner_delim.R
tests/testthat/_snaps/tab_spanner_delim.md
tests/testthat/test-tab_spanner.R
tests/testthat/_snaps/tab_spanner.md
tests/testthat/test-tab_stub_indent.R
tests/testthat/_snaps/tab_stub_indent.md
tests/testthat/test-tab_style.R
tests/testthat/_snaps/tab_style.md
tests/testthat/test-tab_style_body.R
tests/testthat/_snaps/tab_style_body.md
tests/testthat/test-table_parts.R
tests/testthat/_snaps/table_parts.md
tests/testthat/test-text_transform.R
tests/testthat/_snaps/text_transform.md
tests/testthat/test-util_functions.R
tests/testthat/test-utils_plots.R
tests/testthat/test-utils_render_html.R
tests/testthat/test-utils_units.R
tests/testthat/_snaps/utils.md
tests/testthat/test-utils.R