CRAN Package Check Results for Package streamConnect

Last updated on 2024-06-14 13:56:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0-2 7.32 79.66 86.98 ERROR
r-devel-linux-x86_64-debian-gcc 0.0-3 5.01 45.72 50.73 OK
r-devel-linux-x86_64-fedora-clang 0.0-4 137.25 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0-4 143.38 OK
r-devel-windows-x86_64 0.0-3 2.00 9.00 11.00 ERROR
r-patched-linux-x86_64 0.0-2 11.07 96.46 107.53 OK
r-release-linux-x86_64 0.0-2 4.14 96.34 100.48 OK
r-release-macos-arm64 0.0-3 69.00 OK
r-release-macos-x86_64 0.0-4 120.00 OK
r-release-windows-x86_64 0.0-4 7.00 96.00 103.00 OK
r-oldrel-macos-arm64 0.0-3 84.00 OK
r-oldrel-macos-x86_64 0.0-4 137.00 OK
r-oldrel-windows-x86_64 0.0-2 8.00 117.00 125.00 OK

Additional issues

noLD OpenBLAS

Check Details

Version: 0.0-2
Check: examples
Result: ERROR Running examples in ‘streamConnect-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: DSC_WebService > ### Title: A DSC Interface for a DSC Running as a Web Service > ### Aliases: DSC_WebService > > ### ** Examples > > # find a free port > port <- httpuv::randomPort() > port [1] 25421 > > # deploy a clustering process listening for data on the port > rp1 <- publish_DSC_via_WebService("DSC_DBSTREAM(r = .05)", port = port) > rp1 PROCESS 'R', running, pid 2945587. > > # get a local DSC interface > dsc <- DSC_WebService(paste0("http://localhost:", port), quiet = FALSE) Error in curl::curl_fetch_memory(url, handle = handle): Failed to connect to localhost port 25421 after 0 ms: Couldn't connect to server Request failed [ERROR]. Retrying in 1 seconds... Error in curl::curl_fetch_memory(url, handle = handle): Failed to connect to localhost port 25421 after 0 ms: Couldn't connect to server Request failed [ERROR]. Retrying in 3.4 seconds... Error in curl::curl_fetch_memory(url, handle = handle) : Failed to connect to localhost port 25421 after 0 ms: Couldn't connect to server Calls: DSC_WebService -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.0-4
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘connections.Rmd’ using rmarkdown ** Processing: /data/gannet/ripley/R/packages/tests-clang/streamConnect.Rcheck/vign_test/streamConnect/vignettes/connections_files/figure-html/unnamed-chunk-7-1.png 288x288 pixels, 3x8 bits/pixel, RGB Input IDAT size = 19400 bytes Input file size = 19502 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 16581 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 16581 Output IDAT size = 16581 bytes (2819 bytes decrease) Output file size = 16659 bytes (2843 bytes = 14.58% decrease) * Trying 127.0.0.1:7323... * connect to 127.0.0.1 port 7323 failed: Connection refused * Trying ::1:7323... * connect to ::1 port 7323 failed: Connection refused * Failed to connect to localhost port 7323 after 2 ms: Connection refused * Closing connection 0 * Hostname localhost was found in DNS cache * Trying 127.0.0.1:7323... * connect to 127.0.0.1 port 7323 failed: Connection refused * Trying ::1:7323... * connect to ::1 port 7323 failed: Connection refused * Failed to connect to localhost port 7323 after 6 ms: Connection refused * Closing connection 1 * Hostname localhost was found in DNS cache * Trying 127.0.0.1:7323... * connect to 127.0.0.1 port 7323 failed: Connection refused * Trying ::1:7323... * connect to ::1 port 7323 failed: Connection refused * Failed to connect to localhost port 7323 after 7 ms: Connection refused * Closing connection 2 Quitting from lines 194-199 [unnamed-chunk-10] (connections.Rmd) Error: processing vignette 'connections.Rmd' failed with diagnostics: Failed to connect to localhost port 7323 after 7 ms: Connection refused --- failed re-building ‘connections.Rmd’ SUMMARY: processing the following file failed: ‘connections.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.0-3
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-windows-x86_64