CRAN Package Check Results for Package websocket

Last updated on 2019-11-26 00:52:17 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 71.96 29.38 101.34 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.0 61.15 23.48 84.63 NOTE
r-devel-linux-x86_64-fedora-clang 1.1.0 143.90 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.0 146.93 NOTE
r-devel-windows-ix86+x86_64 1.1.0 316.00 100.00 416.00 NOTE
r-devel-windows-ix86+x86_64-gcc8 1.1.0 321.00 102.00 423.00 NOTE
r-patched-linux-x86_64 1.1.0 60.57 28.40 88.97 NOTE
r-patched-solaris-x86 1.1.0 134.30 ERROR
r-release-linux-x86_64 1.1.0 60.96 28.56 89.52 NOTE
r-release-windows-ix86+x86_64 1.1.0 322.00 103.00 425.00 NOTE
r-release-osx-x86_64 1.1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.1.0 239.00 122.00 361.00 NOTE
r-oldrel-osx-x86_64 1.1.0 NOTE

Check Details

Version: 1.1.0
Check: for GNU extensions in Makefiles
Result: NOTE
    GNU make is a SystemRequirements.
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, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.1.0
Check: installed package size
Result: NOTE
     installed size is 17.1Mb
     sub-directories of 1Mb or more:
     libs 16.8Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.1.0
Check: top-level files
Result: NOTE
     possible bashism in configure line 34 ($(OS|MACH)TYPE):
     case "$OSTYPE" in "darwin"*)
     possible bashism in configure line 40 (should be '.', not 'source'):
     source autobrew
     possible bashism in configure line 79 ($(OS|MACH)TYPE):
     case "$OSTYPE" in
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.1.0
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘R6’ ‘later’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 1.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/22s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(websocket)
     >
     > test_check("websocket")
     [2019-11-14 13:08:06] [info] Error getting remote endpoint: asio.system:9 (Bad file number)
     [2019-11-14 13:08:06] [info] asio async_shutdown error: asio.system:9 (Bad file number)
     [2019-11-14 13:08:06] [error] handle_connect error: Timer Expired
     ── 1. Failure: small maxMessageSizes break simple connections (@test-client.R#68
     ws$readyState() not equivalent to 1L.
     1/1 mismatches
     [1] 3 - 1 == 2
    
     ── 2. Failure: small maxMessageSizes break simple connections (@test-client.R#69
     `state` not identical to "open".
     1/1 mismatches
     x[1]: "failed"
     y[1]: "open"
    
     ── 3. Error: small maxMessageSizes break simple connections (@test-client.R#71)
     invalid state
     Backtrace:
     1. ws$send("hello")
     2. websocket:::wsSend(private$wsObj, msg)
    
     [2019-11-14 13:08:12] [info] Error getting remote endpoint: asio.system:9 (Bad file number)
     [2019-11-14 13:08:12] [info] asio async_shutdown error: asio.system:9 (Bad file number)
     [2019-11-14 13:08:12] [error] handle_connect error: Timer Expired
     ── 4. Failure: Basic websocket communication (@test-client.R#146) ─────────────
     ws$readyState() not equivalent to 1L.
     1/1 mismatches
     [1] 3 - 1 == 2
    
     ── 5. Failure: Basic websocket communication (@test-client.R#146) ─────────────
     `state` not identical to "open".
     1/1 mismatches
     x[1]: "failed"
     y[1]: "open"
    
     ── 6. Error: Basic websocket communication (@test-client.R#146) ───────────────
     invalid state
     Backtrace:
     1. websocket:::check_ws("ws://echo.websocket.org/")
     2. ws$send("hello")
     3. websocket:::wsSend(private$wsObj, msg)
    
     [2019-11-14 13:08:18] [error] Server handshake response error: websocketpp.processor:20 (Invalid HTTP status.)
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 20 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 6 ]
     1. Failure: small maxMessageSizes break simple connections (@test-client.R#68)
     2. Failure: small maxMessageSizes break simple connections (@test-client.R#69)
     3. Error: small maxMessageSizes break simple connections (@test-client.R#71)
     4. Failure: Basic websocket communication (@test-client.R#146)
     5. Failure: Basic websocket communication (@test-client.R#146)
     6. Error: Basic websocket communication (@test-client.R#146)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86