Last updated on 2026-06-07 21:51:27 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 3.29 | 46.69 | 49.98 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 2.37 | 33.73 | 36.10 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 73.44 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 70.48 | OK | |||
| r-devel-windows-x86_64 | 0.2.0 | 5.00 | 77.00 | 82.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 4.02 | 41.09 | 45.11 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 2.98 | 43.01 | 45.99 | OK | |
| r-release-macos-arm64 | 0.2.0 | 1.00 | 16.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 3.00 | 48.00 | 51.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 6.00 | 77.00 | 83.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 3.00 | 42.00 | 45.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 5.00 | 89.00 | 94.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(pandoc)
>
> test_check("pandoc")
>> pandoc_home(): /tmp/RtmpS0BKV1/r-pandoc
>> Cached found: FALSE
>> R Markdown pandoc: -
>> Active version: system
Saving _problems/test-pandoc-browse-2.R
[ FAIL 1 | WARN 0 | SKIP 33 | PASS 23 ]
══ Skipped tests (33) ══════════════════════════════════════════════════════════
• On CRAN (33): 'test-pandoc-activate.R:2:3', 'test-pandoc-activate.R:18:3',
'test-pandoc-activate.R:30:3', 'test-pandoc-bin.R:2:3',
'test-pandoc-bin.R:12:3', 'test-pandoc-bin.R:29:3', 'test-pandoc-bin.R:37:3',
'test-pandoc-browse.R:7:3', 'test-pandoc-browse.R:16:1',
'test-pandoc-browse.R:21:1', 'test-pandoc-browse.R:25:1',
'test-pandoc-browse.R:29:1', 'test-pandoc-browse.R:33:1',
'test-pandoc-convert.R:3:3', 'test-pandoc-convert.R:17:3',
'test-pandoc-install.R:57:1', 'test-pandoc-list.R:2:3',
'test-pandoc-list.R:11:3', 'test-pandoc-list.R:24:3',
'test-pandoc-list.R:32:3', 'test-pandoc-list.R:40:3',
'test-pandoc-run.R:2:3', 'test-pandoc-run.R:10:3', 'test-pandoc-run.R:18:3',
'test-pandoc-run.R:33:3', 'test-pandoc-template.R:2:3',
'test-pandoc-template.R:19:3', 'test-pandoc-template.R:29:3',
'test-pandoc-template.R:51:3', 'test-pandoc-template.R:71:3',
'test-pandoc-template.R:81:3', 'test-pandoc-template.R:111:3',
'test-utils.R:9:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-pandoc-browse.R:2:3'): url_view ────────────────────────────────
Error in `grDevices::pdf(new, ...)`: cannot open file '/tmp/RtmpS0BKV1/verify_exec_6fecd75a8f4cd'
Backtrace:
▆
1. └─testthat::expect_snapshot(url_view("https://example.org/")) at test-pandoc-browse.R:2:3
2. └─testthat:::expect_snapshot_(...)
3. ├─testthat:::with_is_snapshotting(...)
4. └─testthat:::verify_exec(quo_get_expr(x), quo_get_env(x), replay)
5. └─withr::local_pdf(device_path)
6. └─grDevices::pdf(new, ...)
[ FAIL 1 | WARN 0 | SKIP 33 | PASS 23 ]
Deleting unused snapshots: 'pandoc-convert/convert-markdown-dummy.md',
'pandoc-template/default.jira', 'pandoc-template/default.theme',
'pandoc-template/incorrect-ext.theme',
'pandoc-template/styles-custom-path.html', 'pandoc-template/styles.html', and
'pandoc-template/tango.theme'
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc