Skip to content

Commit cce3103

Browse files
committed
Fix the error in pkgdown checking
1 parent 46d588f commit cce3103

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vignettes/articles/story-update-boundary.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ gs_update_ahr(
165165
) |>
166166
summary(col_decimals = c(z = 4)) |>
167167
as_gt(title = "Updated design",
168-
subtitle = paste0("With observed ", sum(observed_data_ia$event),
169-
" events at IA and ", sum(observed_data_fa$event),
170-
" events at FA"))
168+
subtitle = paste0("With observed 240 events at IA and 352 events at FA"))
171169
```
172170

173171
# Two-sided asymmetric design, beta-spending with non-binding lower bound

0 commit comments

Comments
 (0)