R Under development (unstable) (2024-02-13 r85898 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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") [ FAIL 0 | WARN 2 | SKIP 73 | PASS 598 ] ══ Skipped tests (73) ══════════════════════════════════════════════════════════ • On CRAN (73): 'test-apply_formats.R:12:3', 'test-column_headers.R:7:3', 'test-column_headers.R:12:3', 'test-column_headers.R:30:3', 'test-column_headers.R:41:3', 'test-column_headers.R:75:3', 'test-count.R:284:3', 'test-count.R:390:3', 'test-count.R:412:3', 'test-count.R:513:3', 'test-count.R:532:3', 'test-count.R:582:3', 'test-count.R:621:3', 'test-count.R:741:3', 'test-count.R:776:3', 'test-count.R:867:3', 'test-count.R:895:3', 'test-count.R:907:5', 'test-count.R:927:3', 'test-count.R:946:3', 'test-count.R:950:3', 'test-data.R:2:3', 'test-desc.R:100:3', 'test-desc.R:122:3', 'test-format.R:3:3', 'test-format.R:9:3', 'test-functional.R:116:3', 'test-get_numeric.R:13:3', 'test-get_numeric.R:88:3', 'test-layer.R:4:3', 'test-layer.R:54:3', 'test-layer.R:61:3', 'test-layer.R:72:3', 'test-layer.R:85:3', 'test-layer.R:98:3', 'test-layer.R:104:3', 'test-layer.R:111:3', 'test-layer.R:144:3', 'test-layer_templates.R:10:3', 'test-layer_templates.R:87:3', 'test-layer_templates.R:232:3', 'test-layering.R:32:3', 'test-layering.R:38:3', 'test-layering.R:49:3', 'test-meta.R:87:3', 'test-meta.R:322:3', 'test-meta.R:347:3', 'test-meta.R:353:3', 'test-meta_utils.R:12:3', 'test-pop_data.R:8:3', 'test-pop_data.R:17:3', 'test-precision.R:146:3', 'test-precision.R:194:3', 'test-precision.R:252:3', 'test-print.R:14:3', 'test-print.R:27:3', 'test-print.R:33:3', 'test-properties_layer.R:19:3', 'test-properties_layer.R:44:3', 'test-properties_layer.R:64:3', 'test-riskdiff.R:31:3', 'test-riskdiff.R:47:3', 'test-riskdiff.R:148:3', 'test-riskdiff.R:270:3', 'test-shift.R:79:3', 'test-table.R:18:3', 'test-table.R:28:3', 'test-table.R:39:3', 'test-table_bindings.R:22:3', 'test-table_bindings.R:42:3', 'test-table_bindings.R:63:3', 'test-utils.R:32:3', 'test-utils.R:66:3' [ FAIL 0 | WARN 2 | SKIP 73 | PASS 598 ] > > proc.time() user system elapsed 34.89 1.21 36.09