Skip to content

Commit 3d4e498

Browse files
committed
fix(epix_slide): don't serialize object in error message
Resolves #429.
1 parent 775c0fc commit 3d4e498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/grouped_epi_archive.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ epix_slide.grouped_epi_archive <- function(x, f, ..., before, ref_time_values,
281281
check_atomic(comp_value, any.missing = TRUE),
282282
check_data_frame(comp_value),
283283
combine = "or",
284-
.var.name = vname(comp_value)
284+
.var.name = "comp_value (an output of one of your slide computations)"
285285
)
286286

287287
# Label every result row with the `ref_time_value`

0 commit comments

Comments
 (0)