CRAN Package Check Results for Package rdaemon

Last updated on 2021-10-05 21:51:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.6 28.66 42.11 70.77 OK
r-devel-linux-x86_64-debian-gcc 1.0.6 22.42 32.32 54.74 OK
r-devel-linux-x86_64-fedora-clang 1.0.6 116.18 OK
r-devel-linux-x86_64-fedora-gcc 1.0.6 94.11 OK
r-devel-windows-x86_64 1.0.6 54.00 70.00 124.00 OK
r-devel-windows-x86_64-gcc10-UCRT 1.0.6 OK
r-patched-linux-x86_64 1.0.6 28.78 41.25 70.03 OK
r-patched-solaris-x86 1.0.6 105.60 ERROR
r-release-linux-x86_64 1.0.6 26.56 40.30 66.86 OK
r-release-macos-arm64 1.0.6 OK
r-release-macos-x86_64 1.0.6 OK
r-release-windows-ix86+x86_64 1.0.6 95.00 98.00 193.00 OK
r-oldrel-macos-x86_64 1.0.6 OK
r-oldrel-windows-ix86+x86_64 1.0.6 69.00 114.00 183.00 OK

Check Details

Version: 1.0.6
Check: tests
Result: ERROR
     Running ‘testthat.R’ [10s/18s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(rdaemon)
     >
     > test_check("rdaemon")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_1_globalVariables.R:8:5): setGlobalVariable ─────────────────────
     Error: Fail to create the shared memory file! Error: Invalid argument
     Backtrace:
     █
     1. └─rdaemon:::setGlobalVariable("testGlobals", 1) test_1_globalVariables.R:8:4
     ── Failure (test_1_globalVariables.R:14:5): getGlobalVariable ──────────────────
     getGlobalVariable("testGlobals") (`actual`) not equal to 1 (`expected`).
    
     `actual`: NA
     `expected`: 1
     ── Error (test_1_globalVariables.R:29:5): setGlobalVariableWithLongName ────────
     Error: Fail to create the shared memory file! Error: Invalid argument
     Backtrace:
     █
     1. └─rdaemon:::setGlobalVariable(name, 1) test_1_globalVariables.R:29:4
     ── Failure (test_3_export.R:19:5): Run the daemon in the backgroud ─────────────
     daemonExists(daemonName = daemonName) is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure (test_3_export.R:21:5): Run the daemon in the backgroud ─────────────
     `daemonName` (`actual`) not equal to lastRegisteredDaemon() (`expected`).
    
     `actual`: "myTestDaemon"
     `expected`: "myTest"
    
     [ FAIL 5 | WARN 1 | SKIP 0 | PASS 44 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-solaris-x86