R Under development (unstable) (2023-10-23 r85401 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(dplyr) Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(r2rtf) > library(ggplot2) > > test_check("r2rtf") Loading required namespace: officer [ FAIL 0 | WARN 0 | SKIP 49 | PASS 569 ] ══ Skipped tests (49) ══════════════════════════════════════════════════════════ • On CRAN (49): 'test-developer-testing-rtf_convert_format.R:2:3', 'test-independent-testing-as_rtf_colheader.R:11:3', 'test-independent-testing-as_rtf_colheader.R:19:3', 'test-independent-testing-as_rtf_colheader.R:27:3', 'test-independent-testing-as_rtf_pageby.R:12:3', 'test-independent-testing-as_rtf_pageby.R:52:3', 'test-independent-testing-as_rtf_pageby.R:108:3', 'test-independent-testing-as_rtf_pageby.R:122:3', 'test-independent-testing-as_rtf_pageby.R:137:3', 'test-independent-testing-as_rtf_paragraph.R:7:3', 'test-independent-testing-as_rtf_paragraph.R:16:3', 'test-independent-testing-as_rtf_paragraph.R:25:3', 'test-independent-testing-as_rtf_table.R:8:3', 'test-independent-testing-as_rtf_table.R:18:3', 'test-independent-testing-as_rtf_table.R:27:3', 'test-independent-testing-as_rtf_table.R:43:3', 'test-independent-testing-content_create.R:9:3', 'test-independent-testing-content_create.R:16:3', 'test-independent-testing-content_create.R:83:3', 'test-independent-testing-content_create.R:127:3', 'test-independent-testing-content_create.R:132:3', 'test-independent-testing-content_create.R:137:3', 'test-independent-testing-content_create.R:147:3', 'test-independent-testing-content_create.R:152:3', 'test-independent-testing-content_create.R:156:3', 'test-independent-testing-dictionary.R:2:3', 'test-independent-testing-dictionary.R:38:3', 'test-independent-testing-rtf_encode.R:19:3', 'test-independent-testing-rtf_encode.R:23:3', 'test-independent-testing-rtf_encode_list.R:27:3', 'test-independent-testing-rtf_encode_list.R:204:3', 'test-independent-testing-rtf_encode_list.R:243:3', 'test-independent-testing-rtf_encode_table.R:16:3', 'test-independent-testing-rtf_encode_table.R:147:3', 'test-independent-testing-rtf_encode_table.R:165:3', 'test-independent-testing-rtf_encode_table.R:185:3', 'test-independent-testing-rtf_encode_table.R:207:3', 'test-independent-testing-rtf_encode_table.R:219:3', 'test-independent-testing-rtf_encode_table.R:229:3', 'test-independent-testing-rtf_encode_table.R:241:3', 'test-independent-testing-rtf_encode_table.R:276:3', 'test-independent-testing-rtf_encode_table.R:305:3', 'test-independent-testing-rtf_read_figure.R:13:3', 'test-independent-testing-rtf_source.R:6:3', 'test-independent-testing-rtf_source.R:13:3', 'test-independent-testing-rtf_source.R:20:3', 'test-independent-testing-rtf_source.R:27:3', 'test-independent-testing-rtf_source.R:34:3', 'test-independent-testing-rtf_table_content.R:38:3' [ FAIL 0 | WARN 0 | SKIP 49 | PASS 569 ] > > proc.time() user system elapsed 23.40 0.79 24.23