Skip to content

Commit

Permalink
Remove todo comment suggesting bad path
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslogan committed Sep 20, 2024
1 parent 25aa1b2 commit 4f8e8d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ as_slide_computation <- function(.f, ..., .ref_time_value_long_varnames, .ref_ti
# doesn't reflect this behavior).
results_multiorder <- character(0L)
for (quosure_i in seq_along(.f)) {
# XXX could capture and improve error messages here at cost of recover()ability
quosure_result_raw <- rlang::eval_tidy(quosures[[quosure_i]], data_mask)
if (is.null(quosure_result_raw)) {
nm <- nms[[quosure_i]]
Expand Down

0 comments on commit 4f8e8d5

Please sign in to comment.