File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ tt_sys_info_df <- data.frame(
55
55
tt(
56
56
tt_sys_info_df,
57
57
caption = "System information",
58
- theme = "striped "
58
+ theme = "bootstrap "
59
59
)
60
60
```
61
61
@@ -93,7 +93,7 @@ tt_git_df <- data.frame(
93
93
tt(
94
94
tt_git_df,
95
95
caption = "Git information",
96
- theme = "striped "
96
+ theme = "bootstrap "
97
97
)
98
98
```
99
99
@@ -135,7 +135,7 @@ tt_riskmetric_df <- d_riskmetric %>%
135
135
tt(
136
136
tt_riskmetric_df,
137
137
caption = "Package info assessed by the R package riskmetric",
138
- theme = "striped "
138
+ theme = "bootstrap "
139
139
)
140
140
```
141
141
@@ -209,7 +209,7 @@ if (require("covtracer", quietly = TRUE)) {
209
209
tt(
210
210
tt_covtracer_df,
211
211
caption = "Tracebility matrix mapping unit tests to documented behaviours.",
212
- theme = "striped "
212
+ theme = "bootstrap "
213
213
)
214
214
} else {
215
215
cat("No test suites.")
@@ -238,7 +238,7 @@ if (require("covtracer", quietly = TRUE)) {
238
238
tt(
239
239
tt_untested_df,
240
240
caption = "Untested behaviours: documentation that is not covered by any test.",
241
- theme = "striped "
241
+ theme = "bootstrap "
242
242
)
243
243
}
244
244
} else {
@@ -263,7 +263,7 @@ if (require("covtracer", quietly = TRUE)) {
263
263
tt(
264
264
tt_granularity_df,
265
265
caption = "Granularity of unit tests: directly tested exported functions.",
266
- theme = "striped "
266
+ theme = "bootstrap "
267
267
)
268
268
} else {
269
269
cat("{covtracer} not available to produce a traceability matrix")
You can’t perform that action at this time.
0 commit comments