tests/testthat/_snaps/dplyr-conditions.md

errors during dots collection are not enriched (#6178)

Code
  duckplyr_mutate(mtcars, !!foobarbaz())
Condition
  Error in `foobarbaz()`:
  ! could not find function "foobarbaz"
Code
  duckplyr_transmute(mtcars, !!foobarbaz())
Condition
  Error in `foobarbaz()`:
  ! could not find function "foobarbaz"
Code
  duckplyr_select(mtcars, !!foobarbaz())
Condition
  Error in `foobarbaz()`:
  ! could not find function "foobarbaz"
Code
  duckplyr_arrange(mtcars, !!foobarbaz())
Condition
  Error in `foobarbaz()`:
  ! could not find function "foobarbaz"
Code
  duckplyr_filter(mtcars, !!foobarbaz())
Condition
  Error in `foobarbaz()`:
  ! could not find function "foobarbaz"


Try the duckplyr package in your browser

Any scripts or data that you put into this service are public.

duckplyr documentation built on June 8, 2025, 10:53 a.m.