CRAN Package Check Results for Package streamConnect

Last updated on 2024-06-09 05:58:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0-2 7.18 105.40 112.58 OK
r-devel-linux-x86_64-debian-gcc 0.0-2 ERROR
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 6.00 97.00 103.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 3.97 99.17 103.14 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 7.00 119.00 126.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: publish_DSC_via_WebService > ### Title: Publish a Data Stream Clustering Task via a Web Service > ### Aliases: publish_DSC_via_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 2995205. > > # look at ? DSC_WebService for a convenient interface. > # Here we we show how to connect to the port and send data manually. > library(httr) Attaching package: ‘httr’ The following object is masked from ‘package:stream’: write_stream > > # the info verb returns some basic information about the clusterer. > resp <- RETRY("GET", paste0("http://localhost:", port, "/info")) 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: RETRY Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed DSC_WebService 4.042 0.307 8.689 DSD_ReadWebService 2.797 0.235 6.636 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0-2
Check: Rd cross-references
Result: NOTE Undeclared package ‘processx’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang