CRAN Package Check Results for Package rlistings

Last updated on 2026-06-08 13:50:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.13 6.81 111.88 118.69 OK
r-devel-linux-x86_64-debian-gcc 0.2.13 4.07 75.37 79.44 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.13 11.00 179.22 190.22 OK
r-devel-linux-x86_64-fedora-gcc 0.2.13 10.00 192.56 202.56 OK
r-devel-windows-x86_64 0.2.13 9.00 129.00 138.00 OK
r-patched-linux-x86_64 0.2.13 6.54 106.87 113.41 OK
r-release-linux-x86_64 0.2.13 6.18 106.47 112.65 OK
r-release-macos-arm64 0.2.13 2.00 33.00 35.00 OK
r-release-macos-x86_64 0.2.13 5.00 125.00 130.00 OK
r-release-windows-x86_64 0.2.13 8.00 129.00 137.00 OK
r-oldrel-macos-arm64 0.2.13 2.00 31.00 33.00 OK
r-oldrel-macos-x86_64 0.2.13 5.00 145.00 150.00 OK
r-oldrel-windows-x86_64 0.2.13 12.00 157.00 169.00 OK

Check Details

Version: 0.2.13
Check: tests
Result: ERROR Running ‘testthat.R’ [15s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > 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 Saving _problems/test-print-160.R [ FAIL 1 | WARN 0 | SKIP 20 | PASS 153 ] ══ 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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-print.R:160:3'): listings supports wrapping ──────────────────── Error in `pdf(tmppdf)`: cannot open file '/tmp/Rtmp6VwPdX/file195eb949e66292.pdf' Backtrace: ▆ 1. ├─base::strsplit(export_as_txt(lsting, colwidths = cw), "\n") at test-print.R:160:3 2. └─formatters::export_as_txt(lsting, colwidths = cw) 3. └─formatters::paginate_to_mpfs(...) 4. └─formatters::paginate_indices(...) 5. └─formatters:::do_cell_fnotes_wrap(...) 6. ├─base::matrix(...) 7. ├─base::unlist(...) 8. └─base::mapply(...) 9. └─formatters (local) `<fn>`(...) 10. └─formatters::wrap_string(str = ret_collapse, width = width, collapse = collapse) 11. └─formatters::wrap_string(str = ret_collapse, width = width, collapse = collapse) 12. └─formatters::nchar_ttype(cur_wrapped_txt_v, fontspec) 13. └─formatters::open_font_dev(fontspec) 14. └─grDevices::pdf(tmppdf) [ FAIL 1 | WARN 0 | SKIP 20 | PASS 153 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc