R Under development (unstable) (2025-12-07 r89119 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(rlistings) Loading required package: formatters Attaching package: 'formatters' The following object is masked from 'package:base': %||% Loading required package: tibble > library(testthat) > > testthat::test_check("rlistings", reporter = "check") 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 20 | PASS 156 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test-export.R:10:1', 'test-export.R:29:1', 'test-export.R:55:1', 'test-export.R:78:1', 'test-export.R:95:1', 'test-export.R:105:1', 'test-matrix_form.R:73:1', 'test-paginate_listing.R:1:1', 'test-paginate_listing.R:202:1', 'test-paginate_listing.R:243:1', 'test-paginate_listing.R:263:1', 'test-paginate_listing.R:331:1', 'test-paginate_listing.R:358:1', 'test-print.R:1:1', 'test-print.R:14:1', 'test-print.R:26:1', 'test-print.R:66:1', 'test-print.R:120:1', 'test-print.R:186:1', 'test-print.R:270:1' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 156 ] > > proc.time() user system elapsed 13.09 1.18 14.26