R Under development (unstable) (2025-12-18 r89199 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. > 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 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 206 ] ══ Skipped tests (16) ════════════════════════════════════════════════════════════════ • On CRAN (14): 'test-borders.R:4:1', 'test-borders.R:23:1', 'test-borders.R:46:1', 'test-borders.R:69:1', 'test-borders.R:107:1', 'test-colheader.R:3:1', 'test-colspan.R:3:1', 'test-insert_empty_rows.R:82:1', 'test-multiple-tables-in-rtf.R:3:1', 'test-page_numbers.R:3:1', 'test-page_numbers.R:22:1', 'test-png.R:22:1', 'test-titles.R:2:1', 'test-tlgsetup.R:1:1' • On Windows (1): 'test-get_file_name.R:19:3' • Sys.getenv("RENV_PATHS_CACHE") == "" is TRUE (1): 'test-png.R:17:3' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 206 ] > > proc.time() user system elapsed 37.54 1.84 39.42