Last updated on 2025-12-07 00:48:42 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 12.42 | 89.28 | 101.70 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 7.77 | 62.24 | 70.01 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 42.00 | 114.60 | 156.60 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 53.00 | 156.80 | 209.80 | OK | |
| r-devel-windows-x86_64 | 1.3.0 | 14.00 | 114.00 | 128.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 14.38 | 78.61 | 92.99 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 12.48 | 79.02 | 91.50 | OK | |
| r-release-macos-arm64 | 1.3.0 | OK | ||||
| r-release-macos-x86_64 | 1.3.0 | 12.00 | 141.00 | 153.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 15.00 | 110.00 | 125.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.0 | 19.00 | 151.00 | 170.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.0 | 19.00 | 147.00 | 166.00 | OK |
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [19s/23s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(plumber)
>
> test_check("plumber")
Saving _problems/test-serializer-htmlwidgets-39.R
Saving _problems/test-zzz-openapi-347.R
[ FAIL 2 | WARN 0 | SKIP 19 | PASS 1899 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• On CRAN (15): 'test-cookies.R:47:3', 'test-deprecated.R:60:3',
'test-find-port.R:40:3', 'test-find-port.R:56:3', 'test-legacy.R:20:3',
'test-options.R:22:3', 'test-plumber-print.R:2:3',
'test-plumber-print.R:60:3', 'test-plumber.R:67:3',
'test-serializer-device.R:26:1', 'test-serializer-htmlwidgets.R:18:3',
'test-static.R:23:3', 'test-zzz-openapi.R:254:3',
'test-zzz-plumb_api.R:10:3', 'test-zzz-plumb_api.R:65:3'
• {rmarkdown} is not installed. (1): 'test-zzzz-include.R:22:3'
• {yaml} is not installed (3): 'test-parse-body.R:46:3',
'test-serializer-yaml.R:4:3', 'test-serializer-yaml.R:26:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-serializer-htmlwidgets.R:37:3'): Errors call error handler ─────
Error: The htmlwidgets package is not available but is required in order to use the htmlwidgets serializer
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-serializer-htmlwidgets.R:37:3
2. │ └─base::withCallingHandlers(...)
3. └─plumber::serializer_htmlwidget()
── Error ('test-zzz-openapi.R:347:3'): Api spec can be set using a file path ───
Error in `pr$setApiSpec(api = api)`: yaml must be installed to read yaml format
Backtrace:
▆
1. ├─pr() %>% pr_set_api_spec(test_path("files/openapi.yaml")) at test-zzz-openapi.R:347:3
2. └─plumber::pr_set_api_spec(., test_path("files/openapi.yaml"))
3. └─pr$setApiSpec(api = api)
[ FAIL 2 | WARN 0 | SKIP 19 | PASS 1899 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc