R Under development (unstable) (2025-02-27 r87839 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(xlr) > > test_check("xlr") [ FAIL 0 | WARN 0 | SKIP 81 | PASS 516 ] ══ Skipped tests (81) ══════════════════════════════════════════════════════════ • On CRAN (81): 'test-build_multiple_response_table.R:184:3', 'test-build_multiple_response_table.R:189:3', 'test-build_multiple_response_table.R:195:3', 'test-build_multiple_response_table.R:201:3', 'test-build_multiple_response_table.R:206:3', 'test-build_multiple_response_table.R:211:3', 'test-build_multiple_response_table.R:239:3', 'test-build_multiple_response_table.R:273:3', 'test-build_multiple_response_table.R:284:3', 'test-build_multiple_response_table.R:294:3', 'test-build_question_block_table.R:2:3', 'test-build_question_block_table.R:7:3', 'test-build_question_block_table.R:13:3', 'test-build_question_block_table.R:20:3', 'test-build_question_block_table.R:34:3', 'test-build_question_block_table.R:42:3', 'test-build_question_block_table.R:243:3', 'test-build_table.R:2:3', 'test-build_table.R:10:3', 'test-build_table.R:87:3', 'test-create_table_of_contents.R:24:3', 'test-create_table_of_contents.R:35:3', 'test-create_table_of_contents.R:46:3', 'test-create_table_of_contents.R:57:3', 'test-create_table_of_contents.R:69:3', 'test-create_table_of_contents.R:81:3', 'test-create_table_of_contents.R:155:3', 'test-error_utils.R:10:3', 'test-table_utils.R:50:3', 'test-table_utils.R:63:3', 'test-table_utils.R:103:3', 'test-table_utils.R:125:3', 'test-table_utils.R:147:3', 'test-table_utils.R:169:3', 'test-table_utils.R:192:3', 'test-table_utils.R:215:3', 'test-write_xlsx.R:22:3', 'test-write_xlsx.R:44:3', 'test-write_xlsx.R:65:3', 'test-write_xlsx.R:88:3', 'test-xlr_format.R:12:3', 'test-xlr_format.R:219:3', 'test-xlr_integer.R:62:3', 'test-xlr_numeric.R:76:3', 'test-xlr_numeric.R:84:3', 'test-xlr_percent.R:97:3', 'test-xlr_table.R:53:3', 'test-xlr_to_workbook.R:36:3', 'test-xlr_to_workbook.R:44:3', 'test-xlr_to_workbook.R:70:3', 'test-xlr_to_workbook.R:103:3', 'test-xlr_to_workbook.R:433:3', 'test-xlr_to_workbook.R:487:3', 'test-xlr_to_workbook.R:522:3', 'test-xlr_to_workbook.R:536:3', 'test-xlr_to_workbook.R:572:3', 'test-xlr_to_workbook.R:608:3', 'test-xlr_to_workbook.R:676:3', 'test-xlr_to_workbook.R:689:3', 'test-xlr_to_workbook.R:699:3', 'test-xlr_to_workbook.R:744:3', 'test-xlr_to_workbook.R:755:3', 'test-xlr_to_workbook.R:765:3', 'test-xlr_to_workbook.R:775:3', 'test-xlr_to_workbook.R:783:3', 'test-xlr_to_workbook.R:789:3', 'test-xlr_to_workbook.R:794:3', 'test-xlr_to_workbook.R:799:3', 'test-xlr_to_workbook.R:804:3', 'test-xlr_to_workbook.R:812:3', 'test-xlr_to_workbook.R:819:3', 'test-xlr_to_workbook.R:824:3', 'test-xlr_to_workbook.R:830:3', 'test-xlr_to_workbook.R:836:3', 'test-xlr_to_workbook.R:860:3', 'test-xlr_to_workbook.R:905:3', 'test-xlr_to_workbook.R:940:3', 'test-xlr_to_workbook.R:975:3', 'test-xlr_vector.R:76:3', 'test-xlr_vector.R:89:3', 'test-xlr_vector.R:95:3' [ FAIL 0 | WARN 0 | SKIP 81 | PASS 516 ] > > proc.time() user system elapsed 30.06 2.54 32.70