R Under development (unstable) (2025-11-04 r88984 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(summarytabl) > > test_check("summarytabl") [ FAIL 0 | WARN 0 | SKIP 55 | PASS 208 ] ══ Skipped tests (55) ══════════════════════════════════════════════════════════ • On CRAN (55): 'test-cat_group_tbl.R:4:3', 'test-cat_group_tbl.R:18:3', 'test-cat_group_tbl.R:45:3', 'test-cat_group_tbl.R:67:3', 'test-cat_group_tbl.R:92:3', 'test-cat_tbl.R:4:3', 'test-cat_tbl.R:14:3', 'test-cat_tbl.R:27:3', 'test-cat_tbl.R:41:3', 'test-mean_group_tbl.R:4:3', 'test-mean_group_tbl.R:26:3', 'test-mean_group_tbl.R:46:3', 'test-mean_group_tbl.R:74:3', 'test-mean_group_tbl.R:100:3', 'test-mean_group_tbl.R:121:3', 'test-mean_group_tbl.R:144:3', 'test-mean_tbl.R:4:3', 'test-mean_tbl.R:22:3', 'test-mean_tbl.R:46:3', 'test-mean_tbl.R:64:3', 'test-mean_tbl.R:82:3', 'test-select_group_tbl.R:4:3', 'test-select_group_tbl.R:25:3', 'test-select_group_tbl.R:55:3', 'test-select_group_tbl.R:81:3', 'test-select_group_tbl.R:107:3', 'test-select_group_tbl.R:128:3', 'test-select_group_tbl.R:148:3', 'test-select_group_tbl.R:169:3', 'test-select_group_tbl.R:595:3', 'test-select_tbl.R:4:3', 'test-select_tbl.R:22:3', 'test-select_tbl.R:46:3', 'test-select_tbl.R:64:3', 'test-select_tbl.R:82:3', 'test-select_tbl.R:101:3', 'test-select_tbl.R:313:3', 'test-utils_input.R:37:3', 'test-utils_input.R:53:3', 'test-utils_input.R:71:3', 'test-utils_input.R:86:3', 'test-utils_input.R:101:3', 'test-utils_input.R:146:3', 'test-utils_input.R:161:3', 'test-utils_input.R:179:3', 'test-utils_input.R:194:3', 'test-utils_input.R:209:3', 'test-utils_input.R:216:3', 'test-utils_input.R:243:3', 'test-utils_input.R:264:3', 'test-utils_output.R:32:3', 'test-utils_output.R:118:3', 'test-utils_output.R:148:3', 'test-utils_output.R:380:3', 'test-utils_output.R:714:3' [ FAIL 0 | WARN 0 | SKIP 55 | PASS 208 ] > > proc.time() user system elapsed 9.32 0.70 10.01