R Under development (unstable) (2026-03-23 r89685 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(tidyaudit) > > test_check("tidyaudit") i filter_tap: amount > 300 Dropped 3 of 10 rows (30.0%) before after hello hello before after 1 2 2 4 3 6 before after 2020-01-01 2020-01-11 2020-12-31 2021-01-10 before after a A b B a A before after TRUE FALSE FALSE TRUE TRUE FALSE [1] x <0 rows> (or 0-length row.names) [1] x <0 rows> (or 0-length row.names) i filter_tap: amount > 300 Dropped 3 of 10 rows (30.0%) Joining with `by = join_by(id)` lower n_variants examples apple 2 Apple, APPLE id n 1 1 2 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 1195 ] > > proc.time() user system elapsed 18.46 1.85 20.32