CRAN Package Check Results for Package webutils

Last updated on 2024-11-03 11:49:49 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.2 2.69 22.30 24.99 OK
r-devel-linux-x86_64-debian-gcc 1.2.2 0.26 1.61 1.87 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.2 40.66 OK
r-devel-linux-x86_64-fedora-gcc 1.2.2 37.78 OK
r-devel-windows-x86_64 1.2.2 5.00 46.00 51.00 OK
r-patched-linux-x86_64 1.2.2 2.65 21.49 24.14 OK
r-release-linux-x86_64 1.2.2 2.31 20.25 22.56 ERROR
r-release-macos-arm64 1.2.2 26.00 OK
r-release-macos-x86_64 1.2.2 48.00 OK
r-release-windows-x86_64 1.2.2 6.00 47.00 53.00 OK
r-oldrel-macos-arm64 1.2.2 37.00 OK
r-oldrel-macos-x86_64 1.2.2 57.00 OK
r-oldrel-windows-x86_64 1.2.2 6.00 47.00 53.00 OK

Check Details

Version: 1.2.2
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘httpuv’ Flavor: r-release-linux-x86_64

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") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 14 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-echo.R:14:3'): test echo from httpuv ─────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'httpuv' Backtrace: ▆ 1. ├─curl::curl_echo(h, port = httpuv::randomPort()) at test-echo.R:14:3 2. └─base::loadNamespace(x) 3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 4. └─base (local) withOneRestart(expr, restarts[[1L]]) 5. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-echo.R:55:3'): Echo a big file ───────────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'httpuv' Backtrace: ▆ 1. ├─curl::curl_echo(h, port = httpuv::randomPort()) at test-echo.R:55:3 2. └─base::loadNamespace(x) 3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 4. └─base (local) withOneRestart(expr, restarts[[1L]]) 5. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 14 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64