CRAN Package Check Results for Package streamConnect

Last updated on 2024-06-11 16:49:31 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-2 5.03 44.98 50.01 OK
r-devel-linux-x86_64-fedora-clang 0.0-2 76.61 NOTE
r-devel-linux-x86_64-fedora-gcc 0.0-2 77.49 OK
r-devel-windows-x86_64 0.0-2 7.00 98.00 105.00 OK
r-patched-linux-x86_64 0.0-2 11.61 97.40 109.01 OK
r-release-linux-x86_64 0.0-2 4.14 96.34 100.48 OK
r-release-macos-arm64 0.0-2 58.00 OK
r-release-macos-x86_64 0.0-2 87.00 OK
r-release-windows-x86_64 0.0-2 8.00 98.00 106.00 OK
r-oldrel-macos-arm64 0.0-2 63.00 OK
r-oldrel-macos-x86_64 0.0-2 138.00 OK
r-oldrel-windows-x86_64 0.0-2 8.00 117.00 125.00 OK

Additional issues

MKL

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-2
Check: Rd cross-references
Result: NOTE Undeclared package ‘processx’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang