Last updated on 2026-05-20 01:54:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 34.19 | 328.97 | 363.16 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 21.00 | 206.61 | 227.61 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 60.00 | 507.66 | 567.66 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 61.00 | 493.83 | 554.83 | OK | |
| r-devel-windows-x86_64 | 1.3.0 | 41.00 | 347.00 | 388.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 49.09 | 300.45 | 349.54 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 33.74 | 304.25 | 337.99 | OK | |
| r-release-macos-arm64 | 1.3.0 | 8.00 | 52.00 | 60.00 | OK | |
| r-release-macos-x86_64 | 1.3.0 | 24.00 | 242.00 | 266.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 43.00 | 340.00 | 383.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.0 | 8.00 | 53.00 | 61.00 | OK | |
| r-oldrel-macos-x86_64 | 1.3.0 | 24.00 | 192.00 | 216.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.0 | 58.00 | 371.00 | 429.00 | OK |
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/23s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(gt)
>
> test_check("gt")
Starting 2 test processes.
Saving _problems/test-as_rtf-44.R
[ FAIL 1 | WARN 1 | SKIP 6 | PASS 796 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-cols_add.R:28:1', 'test-cols_hide.R:1:1',
'test-cols_nanoplot.R:3:3', 'test-cols_units.R:25:1'
• RTF multi-column stub rendering has pre-existing issues beyond NA handling
(1): 'test-multicolumn_stub_na_handling.R:124:3'
• getRversion() <= package_version("4.1.3") is not TRUE (1):
'test-l_cols_merge.R:178:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-as_rtf.R:44:3'): table with image refs work - https ────────────
Error in `utils::download.file(uri, destfile = filename, quiet = TRUE)`: cannot open URL 'https://gt.rstudio.com/reference/figures/gt_tables_footer.png'
Backtrace:
▆
1. └─gt::as_rtf(https_image_gt) at test-as_rtf.R:44:3
2. └─gt:::build_data(data = data, context = "rtf")
3. └─gt:::render_formats(data = data, skip_compat_check = FALSE, context = context)
4. └─fmt$func[[eval_func]](data_tbl[[col]][rows])
5. └─base::vapply(...)
6. └─gt (local) FUN(X[[i]], ...)
7. └─gt:::download_file(uri)
8. └─utils::download.file(uri, destfile = filename, quiet = TRUE)
[ FAIL 1 | WARN 1 | SKIP 6 | PASS 796 ]
Deleting unused snapshots: 'extract_body.md'
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc