R Under development (unstable) (2026-02-25 r89480 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(Tplyr) > > test_check("Tplyr") Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [ FAIL 0 | WARN 0 | SKIP 77 | PASS 754 ] ══ Skipped tests (77) ══════════════════════════════════════════════════════════ • On CRAN (77): 'test-apply_formats.R:1:1', 'test-column_headers.R:6:1', 'test-column_headers.R:10:1', 'test-column_headers.R:15:1', 'test-column_headers.R:39:1', 'test-column_headers.R:74:1', 'test-count.R:279:1', 'test-count.R:297:1', 'test-count.R:402:1', 'test-count.R:491:1', 'test-count.R:528:1', 'test-count.R:562:1', 'test-count.R:618:1', 'test-count.R:726:1', 'test-count.R:766:1', 'test-count.R:856:1', 'test-count.R:880:1', 'test-count.R:899:1', 'test-count.R:914:1', 'test-count.R:932:1', 'test-count.R:950:1', 'test-count.R:1067:1', 'test-data.R:1:1', 'test-desc.R:94:1', 'test-desc.R:103:1', 'test-format.R:2:1', 'test-format.R:8:1', 'test-functional.R:109:1', 'test-get_numeric.R:3:1', 'test-get_numeric.R:81:1', 'test-layer.R:3:1', 'test-layer.R:48:1', 'test-layer.R:60:1', 'test-layer.R:64:1', 'test-layer.R:79:1', 'test-layer.R:93:1', 'test-layer.R:102:1', 'test-layer.R:108:1', 'test-layer.R:142:1', 'test-layer_templates.R:6:1', 'test-layer_templates.R:72:1', 'test-layer_templates.R:231:1', 'test-layering.R:30:1', 'test-layering.R:37:1', 'test-layering.R:41:1', 'test-meta.R:83:1', 'test-meta.R:326:1', 'test-meta.R:345:1', 'test-meta.R:357:1', 'test-meta.R:363:1', 'test-meta.R:440:1', 'test-meta_utils.R:10:1', 'test-pop_data.R:3:1', 'test-pop_data.R:15:1', 'test-precision.R:138:1', 'test-precision.R:180:1', 'test-precision.R:230:1', 'test-print.R:12:1', 'test-print.R:26:1', 'test-print.R:32:1', 'test-properties_layer.R:15:1', 'test-properties_layer.R:40:1', 'test-properties_layer.R:60:1', 'test-riskdiff.R:28:1', 'test-riskdiff.R:42:1', 'test-riskdiff.R:143:1', 'test-riskdiff.R:268:1', 'test-riskdiff.R:282:1', 'test-shift.R:88:1', 'test-table.R:17:1', 'test-table.R:22:1', 'test-table.R:31:1', 'test-table_bindings.R:19:1', 'test-table_bindings.R:39:1', 'test-table_bindings.R:59:1', 'test-utils.R:31:1', 'test-utils.R:57:1' [ FAIL 0 | WARN 0 | SKIP 77 | PASS 754 ] > > proc.time() user system elapsed 64.06 3.20 67.40