Closed tillea closed 1 year ago
@eutwt @mgirlich I'm not sure what we're supposed to do here. We're collecting a snapshot of the error. Any idea what's causing the failure?
This issue is failing in the CRAN checks here: https://cran.r-project.org/web/checks/check_results_dtplyr.html
From the CRAN log it looks like expect_snapshot
is expecting an error of class "rlib_error_dots_nonempty", but the error class is different now
tryCatch(expr = slice_head(dt, 5), error = class)
#> [1] "rlang_error" "error" "condition"
I'm not sure where that info is stored though, I don't see it in step-subset-slice.md
Fixed by #422
Hi, the Debian CI uncovered a problem in connection with dplyr version 1.1.0-1:
This problem does not exist with dplyr version 1.0.10. Kind regards, Andreas.