CRAN Package Check Results for Package plumber

Last updated on 2025-12-26 11:52:18 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.2 13.70 87.65 101.35 OK
r-devel-linux-x86_64-debian-gcc 1.3.2 7.37 62.70 70.07 OK
r-devel-linux-x86_64-fedora-clang 1.3.2 22.00 133.31 155.31 OK
r-devel-linux-x86_64-fedora-gcc 1.3.2 24.00 202.81 226.81 OK
r-devel-windows-x86_64 1.3.2 14.00 108.00 122.00 OK
r-patched-linux-x86_64 1.3.2 14.46 77.98 92.44 OK
r-release-linux-x86_64 1.3.0 13.25 78.78 92.03 OK
r-release-macos-arm64 1.3.2 3.00 44.00 47.00 OK
r-release-macos-x86_64 1.3.2 8.00 291.00 299.00 OK
r-release-windows-x86_64 1.3.2 14.00 105.00 119.00 OK
r-oldrel-macos-arm64 1.3.2 3.00 50.00 53.00 OK
r-oldrel-macos-x86_64 1.3.2 10.00 369.00 379.00 ERROR
r-oldrel-windows-x86_64 1.3.2 19.00 116.00 135.00 OK

Check Details

Version: 1.3.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘arrow’ Flavor: r-oldrel-macos-x86_64

Version: 1.3.2
Check: Rd cross-references
Result: NOTE Package unavailable to check Rd xrefs: ‘arrow’ Flavor: r-oldrel-macos-x86_64

Version: 1.3.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/2s] Running ‘testthat.R’ [74s/221s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(plumber) > > test_check("plumber") Saving _problems/test-parser-8.R [ FAIL 2 | WARN 0 | SKIP 24 | PASS 1918 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-cookies.R:41: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:21:1', 'test-serializer-htmlwidgets.R:20:3', 'test-static.R:23:3', 'test-zzz-openapi.R:302:3', 'test-zzz-plumb_api.R:10:3', 'test-zzz-plumb_api.R:65:3' • {arrow} is not installed (9): 'test-parse-body.R:93:3', 'test-parse-body.R:113:3', 'test-parse-body.R:133:3', 'test-serializer-arrow-ipc.R:4:3', 'test-serializer-arrow-ipc.R:21:3', 'test-serializer-arrow-ipc.R:34:3', 'test-serializer-feather.R:4:3', 'test-serializer-feather.R:21:3', 'test-serializer-feather.R:34:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-parser.R:8:5'): parsers can be combined ──────────────────────── Error in `(function (...) { if (!requireNamespace("arrow", quietly = TRUE)) { stop("`arrow` must be installed for `parser_feather` to work") } parse_fn <- function(raw_val) { arrow::read_feather(raw_val, ...) } function(value, ...) { parse_fn(value) } })()`: `arrow` must be installed for `parser_feather` to work Backtrace: ▆ 1. └─plumber (local) expect_parsers(...) at test-parser.R:20:3 2. └─plumber:::make_parser(names) at test-parser.R:8:5 3. └─base::lapply(...) 4. └─plumber (local) FUN(X[[i]], ...) 5. ├─base::do.call(init_parser_func, aliases[[alias]]) 6. └─plumber (local) `<fn>`() 7. ├─base::do.call(parser, list(...)) 8. └─plumber (local) `<fn>`() ── Error ('test-parser.R:39:3'): parsers work ────────────────────────────────── Error in `(function (...) { if (!requireNamespace("arrow", quietly = TRUE)) { stop("`arrow` must be installed for `parser_feather` to work") } parse_fn <- function(raw_val) { arrow::read_feather(raw_val, ...) } function(value, ...) { parse_fn(value) } })()`: `arrow` must be installed for `parser_feather` to work Backtrace: ▆ 1. └─plumber::pr(test_path("files/parsers.R")) at test-parser.R:39:3 2. └─Plumber$new(file = file, filters = filters, envir = envir) 3. └─plumber (local) initialize(...) 4. └─plumber:::evaluateBlock(...) 5. └─base::lapply(...) 6. └─plumber (local) FUN(X[[i]], ...) 7. └─PlumberEndpoint$new(...) 8. └─plumber (local) initialize(...) 9. └─plumber:::make_parser(parsers) 10. └─base::lapply(...) 11. └─plumber (local) FUN(X[[i]], ...) 12. ├─base::do.call(init_parser_func, aliases[[alias]]) 13. └─plumber (local) `<fn>`() 14. ├─base::do.call(parser, list(...)) 15. └─plumber (local) `<fn>`() [ FAIL 2 | WARN 0 | SKIP 24 | PASS 1918 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-x86_64