Last updated on 2026-06-07 08:50:44 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.0 | 4.47 | 81.73 | 86.20 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.0 | 3.19 | 59.33 | 62.52 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.0 | 8.00 | 125.83 | 133.83 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 8.00 | 150.85 | 158.85 | OK | |
| r-devel-windows-x86_64 | 0.6.0 | 7.00 | 106.00 | 113.00 | OK | |
| r-patched-linux-x86_64 | 0.6.0 | 5.39 | 77.09 | 82.48 | OK | |
| r-release-linux-x86_64 | 0.6.0 | 4.21 | 77.45 | 81.66 | OK | |
| r-release-macos-arm64 | 0.6.0 | 1.00 | 27.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 0.6.0 | 3.00 | 98.00 | 101.00 | OK | |
| r-release-windows-x86_64 | 0.6.0 | 9.00 | 101.00 | 110.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.0 | 1.00 | 26.00 | 27.00 | OK | |
| r-oldrel-macos-x86_64 | 0.6.0 | 4.00 | 154.00 | 158.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.0 | 10.00 | 126.00 | 136.00 | OK |
Version: 0.6.0
Check: for code/documentation mismatches
Result: WARN
Warning in file(open = "w+") :
cannot open file '/tmp/Rtmp5tgLse/Rf1b87da63ea6ce9': No space left on device
Error in file(open = "w+") : cannot open the connection
Calls: <Anonymous> -> .load_package_quietly -> .try_quietly -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/21s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> pkg_name <- "teal.widgets"
> library(pkg_name, character.only = TRUE)
> if (!is.null(requireNamespace("testthat"))) {
+ library(testthat)
+ test_check(pkg_name)
+ } else {
+ message("Please install testthat to run tests")
+ }
Loading required namespace: testthat
Loading required package: shiny
Saving _problems/test-verbatim_popup_ui-156.R
[ FAIL 1 | WARN 1 | SKIP 29 | PASS 258 ]
══ Skipped tests (29) ══════════════════════════════════════════════════════════
• On CRAN (2): 'test-optionalSliderInputValMinMax_ui.R:38:1',
'test-white_small_well.R:7:1'
• testing depth 3 is below current testing specification 5 (27):
'test-draggable_buckets.R:16:5', 'test-draggable_buckets.R:44:5',
'test-draggable_buckets.R:75:5', 'test-get_dt_rows_ui.R:48:5',
'test-optionalSelectInput_ui.R:95:5',
'test-optionalSliderInputValMinMax_ui.R:16:5',
'test-plot_with_settings_ui.R:106:5', 'test-plot_with_settings_ui.R:128:5',
'test-plot_with_settings_ui.R:190:5', 'test-plot_with_settings_ui.R:231:5',
'test-plot_with_settings_ui.R:270:5', 'test-plot_with_settings_ui.R:314:5',
'test-plot_with_settings_ui.R:338:5', 'test-plot_with_settings_ui.R:359:3',
'test-plot_with_settings_ui.R:413:3', 'test-plot_with_settings_ui.R:436:3',
'test-plot_with_settings_ui.R:481:3', 'test-table_with_settings_ui.R:79:5',
'test-table_with_settings_ui.R:103:5', 'test-table_with_settings_ui.R:169:5',
'test-table_with_settings_ui.R:197:5', 'test-table_with_settings_ui.R:235:5',
'test-table_with_settings_ui.R:303:5', 'test-table_with_settings_ui.R:329:5',
'test-table_with_settings_ui.R:354:3', 'test-verbatim_popup_ui.R:33:5',
'test-verbatim_popup_ui.R:92:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-verbatim_popup_ui.R:156:3'): snapshot test for verbatim_popup_ui ──
Error in `file("", "w+b")`: cannot open the connection
Backtrace:
▆
1. └─testthat::expect_snapshot(verbatim_popup_ui("STH", "STH2")) at test-verbatim_popup_ui.R:156: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 29 | PASS 258 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc