Last updated on 2022-05-16 09:50:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.3 | 14.03 | 62.74 | 76.77 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.3 | 9.07 | 50.30 | 59.37 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.3 | 91.78 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.3 | 87.54 | OK | |||
r-devel-windows-x86_64 | 1.1.3 | 24.00 | 120.00 | 144.00 | OK | |
r-patched-linux-x86_64 | 1.1.3 | 9.74 | 61.84 | 71.58 | OK | |
r-release-linux-x86_64 | 1.1.3 | 10.75 | 60.72 | 71.47 | OK | |
r-release-macos-arm64 | 1.1.3 | 52.00 | OK | |||
r-release-macos-x86_64 | 1.1.3 | 69.00 | OK | |||
r-release-windows-x86_64 | 1.1.3 | 20.00 | 110.00 | 130.00 | ERROR | |
r-oldrel-macos-arm64 | 1.1.3 | 64.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.3 | 74.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.1.3 | 23.00 | 102.00 | 125.00 | OK |
Version: 1.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [27s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(fiery)
>
> test_check("fiery")
createTcpServer: permission denied
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 251 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-Fire.R:347:5): futures can be added and called ──────────────────
Error in `initialize(...)`: Failed to create server
Backtrace:
▆
1. ├─testthat::expect_message(app$ignite(), "10") at test-Fire.R:347:4
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_messages)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─app$ignite()
7. └─private$run(block = block, showcase = showcase, ..., silent = silent)
8. └─private$run_blocking_server(showcase = showcase)
9. └─httpuv::startServer(...)
10. └─WebServer$new(host, port, app, quiet)
11. └─httpuv initialize(...)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 251 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64