CRAN Package Check Results for Package unix

Last updated on 2024-05-07 06:11:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.7 4.44 38.66 43.10 NOTE
r-devel-linux-x86_64-debian-gcc 1.5.7 3.97 31.12 35.09 NOTE
r-devel-linux-x86_64-fedora-clang 1.5.7 53.61 NOTE
r-devel-linux-x86_64-fedora-gcc 1.5.7 55.90 ERROR
r-patched-linux-x86_64 1.5.7 4.44 36.05 40.49 OK
r-release-linux-x86_64 1.5.7 4.29 36.90 41.19 OK
r-release-macos-arm64 1.5.7 27.00 OK
r-release-macos-x86_64 1.5.7 47.00 OK
r-oldrel-macos-arm64 1.5.7 30.00 OK
r-oldrel-macos-x86_64 1.5.7 46.00 OK

Check Details

Version: 1.5.7
Check: compiled code
Result: NOTE File ‘unix/libs/unix.so’: Found non-API call to R: ‘R_curErrorBuf’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.5.7
Check: tests
Result: ERROR Running ‘testthat.R’ [15s/29s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > > test_check("unix") Loading required package: unix [ FAIL 1 | WARN 0 | SKIP 5 | PASS 334 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • safe_build() is not TRUE (5): 'test-forking.R:29:3', 'test-forking.R:58:3', 'test-forking.R:160:3', 'test-forking.R:181:3', 'test-forking.R:191:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-forking.R:105:5'): frozen children get killed ──────────────── `elapsed` is not strictly less than `time`. Difference: 2.24 Backtrace: ▆ 1. └─unix (local) expect_before(eval_fork(freeze(TRUE), timeout = 1), 2) at test-forking.R:110:3 2. └─testthat::expect_lt(elapsed, time) at test-forking.R:105:5 [ FAIL 1 | WARN 0 | SKIP 5 | PASS 334 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc