Skip to content

Commit

Permalink
fix(epix_slide): don't serialize object in error message
Browse files Browse the repository at this point in the history
Resolves #429.
  • Loading branch information
brookslogan committed Jun 19, 2024
1 parent 775c0fc commit 3d4e498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/grouped_epi_archive.R
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ epix_slide.grouped_epi_archive <- function(x, f, ..., before, ref_time_values,
check_atomic(comp_value, any.missing = TRUE),
check_data_frame(comp_value),
combine = "or",
.var.name = vname(comp_value)
.var.name = "comp_value (an output of one of your slide computations)"
)

# Label every result row with the `ref_time_value`
Expand Down

0 comments on commit 3d4e498

Please sign in to comment.