R Under development (unstable) (2026-01-07 r89288 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(r2rtf) > > test_check("r2rtf") [ FAIL 0 | WARN 0 | SKIP 55 | PASS 636 ] ══ Skipped tests (55) ══════════════════════════════════════════════════════════ • On CRAN (50): 'test-developer-testing-rtf_convert_format.R:2:3', 'test-independent-testing-as_rtf_colheader.R:9:1', 'test-independent-testing-as_rtf_colheader.R:17:1', 'test-independent-testing-as_rtf_colheader.R:25:1', 'test-independent-testing-as_rtf_pageby.R:1:1', 'test-independent-testing-as_rtf_pageby.R:35:1', 'test-independent-testing-as_rtf_pageby.R:92:1', 'test-independent-testing-as_rtf_pageby.R:110:1', 'test-independent-testing-as_rtf_pageby.R:124:1', 'test-independent-testing-as_rtf_paragraph.R:6:1', 'test-independent-testing-as_rtf_paragraph.R:15:1', 'test-independent-testing-as_rtf_paragraph.R:24:1', 'test-independent-testing-as_rtf_table.R:1:1', 'test-independent-testing-as_rtf_table.R:11:1', 'test-independent-testing-as_rtf_table.R:21:1', 'test-independent-testing-as_rtf_table.R:32:1', 'test-independent-testing-content_create.R:8:1', 'test-independent-testing-content_create.R:12:1', 'test-independent-testing-content_create.R:81:1', 'test-independent-testing-content_create.R:123:1', 'test-independent-testing-content_create.R:130:1', 'test-independent-testing-content_create.R:135:1', 'test-independent-testing-content_create.R:145:1', 'test-independent-testing-content_create.R:150:1', 'test-independent-testing-content_create.R:155:1', 'test-independent-testing-dictionary.R:1:1', 'test-independent-testing-dictionary.R:56:1', 'test-independent-testing-rtf_encode.R:15:1', 'test-independent-testing-rtf_encode.R:22:1', 'test-independent-testing-rtf_encode_list.R:1:1', 'test-independent-testing-rtf_encode_list.R:180:1', 'test-independent-testing-rtf_encode_list.R:231:1', 'test-independent-testing-rtf_encode_table.R:15:1', 'test-independent-testing-rtf_encode_table.R:133:1', 'test-independent-testing-rtf_encode_table.R:149:1', 'test-independent-testing-rtf_encode_table.R:166:1', 'test-independent-testing-rtf_encode_table.R:187:1', 'test-independent-testing-rtf_encode_table.R:210:1', 'test-independent-testing-rtf_encode_table.R:220:1', 'test-independent-testing-rtf_encode_table.R:230:1', 'test-independent-testing-rtf_encode_table.R:254:1', 'test-independent-testing-rtf_encode_table.R:278:1', 'test-independent-testing-rtf_encode_table.R:349:1', 'test-independent-testing-rtf_read_figure.R:7:1', 'test-independent-testing-rtf_source.R:2:1', 'test-independent-testing-rtf_source.R:9:1', 'test-independent-testing-rtf_source.R:16:1', 'test-independent-testing-rtf_source.R:23:1', 'test-independent-testing-rtf_source.R:30:1', 'test-independent-testing-rtf_table_content.R:36:1' • On Windows (5): 'test-independent-testing-write_rtf.R:45:3', 'test-independent-testing-write_rtf.R:71:3', 'test-independent-testing-write_rtf.R:99:3', 'test-independent-testing-write_rtf.R:118:3', 'test-independent-testing-write_rtf.R:144:3' [ FAIL 0 | WARN 0 | SKIP 55 | PASS 636 ] > > proc.time() user system elapsed 26.48 1.39 27.87