Last updated on 2026-06-07 18:51:36 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.0 | 3.53 | 57.64 | 61.17 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.0 | 2.87 | 43.28 | 46.15 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5.0 | 90.04 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 101.72 | OK | |||
| r-devel-windows-x86_64 | 0.5.0 | 9.00 | 80.00 | 89.00 | OK | |
| r-patched-linux-x86_64 | 0.5.0 | 4.32 | 50.61 | 54.93 | OK | |
| r-release-linux-x86_64 | 0.5.0 | 3.13 | 49.68 | 52.81 | OK | |
| r-release-macos-arm64 | 0.5.0 | 1.00 | 23.00 | 24.00 | OK | |
| r-release-macos-x86_64 | 0.5.0 | 3.00 | 80.00 | 83.00 | OK | |
| r-release-windows-x86_64 | 0.5.0 | 7.00 | 77.00 | 84.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.5.0 | 3.00 | 60.00 | 63.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.0 | 10.00 | 92.00 | 102.00 | OK |
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(vegawidget)
>
> test_check("vegawidget")
Attaching package: 'rlang'
The following objects are masked from 'package:withr':
local_options, with_options
Saving _problems/test-to-vega-10.R
[ FAIL 1 | WARN 1 | SKIP 9 | PASS 102 ]
══ Skipped tests (9) ═══════════════════════════════════════════════════════════
• On CRAN (9): 'test-callback-helpers.R:7:1', 'test-callback-helpers.R:36:1',
'test-spec-version.R:36:1', 'test-to-image.R:53:1', 'test-to-image.R:61:1',
'test-to-image.R:75:1', 'test-to-image.R:89:1', 'test-vega-version.R:3:3',
'test-vegaspec.R:86:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-to-vega.R:10:3'): vw_to_vega works ─────────────────────────────
Error in `file("", "w+b")`: cannot open the connection
Backtrace:
▆
1. └─testthat::expect_snapshot(vw_as_json(vw_to_vega(spec_mtcars4))) at test-to-vega.R:10:3
2. └─testthat:::expect_snapshot_(...)
3. ├─testthat:::with_is_snapshotting(...)
4. └─testthat:::verify_exec(quo_get_expr(x), quo_get_env(x), replay)
5. └─evaluate::evaluate(source, envir = env, new_device = FALSE, output_handler = handler)
6. └─evaluate:::watchout(...)
7. └─evaluate:::local_persistent_sink_connection(debug, frame)
8. └─base::file("", "w+b")
[ FAIL 1 | WARN 1 | SKIP 9 | PASS 102 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc