CRAN Package Check Results for Package webutils

Last updated on 2026-07-08 12:58:13 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.2 2.85 23.92 26.77 OK
r-devel-linux-x86_64-debian-gcc 1.2.2 2.37 20.58 22.95 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.2 39.65 OK
r-devel-linux-x86_64-fedora-gcc 1.2.2 5.00 35.43 40.43 OK
r-devel-windows-x86_64 1.2.2 8.00 43.00 51.00 OK
r-patched-linux-x86_64 1.2.2 2.70 22.31 25.01 OK
r-release-linux-x86_64 1.2.2 2.52 22.58 25.10 OK
r-release-macos-arm64 1.2.2 1.00 11.00 12.00 OK
r-release-macos-x86_64 1.2.2 3.00 32.00 35.00 OK
r-release-windows-x86_64 1.2.2 9.00 46.00 55.00 OK
r-oldrel-macos-arm64 1.2.2 OK
r-oldrel-macos-x86_64 1.2.2 3.00 28.00 31.00 OK
r-oldrel-windows-x86_64 1.2.2 8.00 48.00 56.00 OK

Check Details

Version: 1.2.2
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(webutils) > > test_check("webutils") createTcpServer: address already in use Saving _problems/test-echo-14.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 17 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-echo.R:14:3'): test echo from httpuv ─────────────────────────── Error in `initialize(...)`: Failed to create server Backtrace: ▆ 1. └─curl::curl_echo(h, port = httpuv::randomPort()) at test-echo.R:14:3 2. └─httpuv::startServer("0.0.0.0", port, list(call = echo_handler)) 3. └─WebServer$new(host, port, app, quiet) 4. └─httpuv (local) initialize(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 17 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc