R Under development (unstable) (2026-02-09 r89390 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(dtplyr) > > test_check("dtplyr") [ FAIL 0 | WARN 0 | SKIP 35 | PASS 756 ] ══ Skipped tests (35) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test-count.R:15:1', 'test-step-call-pivot_longer.R:47:1', 'test-step-call-pivot_longer.R:88:1', 'test-step-call-pivot_longer.R:142:1', 'test-step-call-pivot_wider.R:95:1', 'test-step-call-pivot_wider.R:131:1', 'test-step-call-pivot_wider.R:143:1', 'test-step-call-pivot_wider.R:156:1', 'test-step-call.R:62:1', 'test-step-call.R:70:1', 'test-step-call.R:136:1', 'test-step-call.R:179:1', 'test-step-colorder-relocate.R:62:1', 'test-step-colorder.R:25:1', 'test-step-colorder.R:41:1', 'test-step-join.R:346:1', 'test-step-mutate.R:148:1', 'test-step-subset-filter.R:111:1', 'test-step-subset-select.R:35:1', 'test-step-subset-select.R:122:1', 'test-step-subset-separate.R:47:1', 'test-step-subset-slice.R:142:1', 'test-step-subset-slice.R:173:1', 'test-step-subset-summarise.R:94:1', 'test-step.R:23:1', 'test-step.R:32:1', 'test-tidyeval-across.R:86:1', 'test-tidyeval-across.R:95:1', 'test-tidyeval-across.R:287:1', 'test-tidyeval-across.R:295:1', 'test-tidyeval.R:183:1', 'test-tidyeval.R:297:1', 'test-tidyeval.R:404:1', 'test-unite.R:69:1' • tidyselect issue #221 (1): 'test-tidyeval-across.R:305:3' [ FAIL 0 | WARN 0 | SKIP 35 | PASS 756 ] > > proc.time() user system elapsed 11.76 1.32 13.07