R Under development (unstable) (2024-06-13 r86735 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(tidytlg) > library(testthat) > library(tibble) > > withr::with_options( + # Set to make test snapshots constant between environments + list(width = 86), + { + test_check("tidytlg") + + } + ) 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 [ FAIL 0 | WARN 0 | SKIP 16 | PASS 195 ] ══ Skipped tests (16) ════════════════════════════════════════════════════════════════ • On CRAN (14): 'test-borders.R:26:3', 'test-borders.R:52:3', 'test-borders.R:78:3', 'test-borders.R:123:3', 'test-borders.R:179:3', 'test-colheader.R:44:3', 'test-colspan.R:78:3', 'test-insert_empty_rows.R:139:3', 'test-multiple-tables-in-rtf.R:54:3', 'test-page_numbers.R:36:3', 'test-page_numbers.R:71:3', 'test-png.R:108:7', 'test-titles.R:43:7', 'test-tlgsetup.R:44:3' • On Windows (1): 'test-getFileName.R:7:3' • Sys.getenv("RENV_PATHS_CACHE") == "" is TRUE (1): 'test-png.R:31:3' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 195 ] Deleting unused snapshots: • borders/noborders.rtf • borders/oldformat.rtf • borders/oldformatlisting.rtf • borders/spanningbordersrow1.rtf • borders/stubborntest.rtf • colheader/colheader1.rtf • colheader/colheader2.rtf • colspan/colspan1.rtf • colspan/colspan2.rtf • colspan/colspan3.rtf • insert_empty_rows/inserts.rtf • multiple-tables-in-rtf/multipletabs.rtf • page_numbers/pagenumbers.rtf • page_numbers/pagenumberstable.rtf • png/test2plots.rtf • titles/gsvit01a.rtf • tlgsetup/testtlgsetup.rtf > > > proc.time() user system elapsed 26.39 0.95 27.35