CRAN Package Check Results for Maintainer ‘Michael Hahsler <mhahsler at lyle.smu.edu>’

Last updated on 2024-05-30 12:49:57 CEST.

Package ERROR NOTE OK
arules 12
arulesCBA 13
arulesNBMiner 12
arulesViz 13
dbscan 3 9
pomdp 13
pomdpSolve 12
qap 12
recommenderlab 12
rEMM 13
seriation 13
stream 4 9
streamConnect 3 1 9
streamMOA 13
TSP 12

Package arules

Current CRAN status: OK: 12

Package arulesCBA

Current CRAN status: OK: 13

Package arulesNBMiner

Current CRAN status: OK: 12

Package arulesViz

Current CRAN status: OK: 13

Package dbscan

Current CRAN status: NOTE: 3, OK: 9

Version: 1.1-12
Check: installed package size
Result: NOTE installed size is 9.6Mb sub-directories of 1Mb or more: doc 2.6Mb libs 6.4Mb Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package pomdp

Current CRAN status: OK: 13

Package pomdpSolve

Current CRAN status: OK: 12

Package qap

Current CRAN status: OK: 12

Package recommenderlab

Current CRAN status: OK: 12

Package rEMM

Current CRAN status: OK: 13

Package seriation

Current CRAN status: OK: 13

Package stream

Current CRAN status: NOTE: 4, OK: 9

Version: 2.0-2
Check: installed package size
Result: NOTE installed size is 12.9Mb sub-directories of 1Mb or more: doc 1.7Mb libs 9.9Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package streamConnect

Current CRAN status: ERROR: 3, NOTE: 1, OK: 9

Additional issues

MKL

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_DSD_via_WebService > ### Title: Publish a Data Stream via a Web Service > ### Aliases: publish_DSD_via_WebService > > ### ** Examples > > # find a free port > port <- httpuv::randomPort() > port [1] 25421 > > # create a background DSD process sending data to the port > rp1 <- publish_DSD_via_WebService("DSD_Gaussians(k = 3, d = 3)", port = port) > rp1 PROCESS 'R', running, pid 70216. > > # connect to the port and read manually. See DSD_ReadWebService for > # a more convenient way to connect to the WebService in R. > library("httr") Attaching package: ‘httr’ The following object is masked from ‘package:stream’: write_stream > > # we use RETRY to give the server time to spin up > 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... > d <- content(resp, show_col_types = FALSE) > d # A tibble: 1 × 3 description d k <chr> <dbl> <dbl> 1 Gaussian Mixture (d = 3, k = 3) 3 3 > > # example: Get 100 points and plot them > resp <- GET(paste0("http://localhost:", port, "/get_points?n=100")) > d <- content(resp, show_col_types = FALSE) > head(d) # A tibble: 6 × 4 X1 X2 X3 .class <dbl> <dbl> <dbl> <dbl> 1 0.756 0.563 0.513 3 2 0.706 0.558 0.518 3 3 0.0552 0.609 0.400 2 4 0.706 0.754 0.144 1 5 -0.00719 0.603 0.355 2 6 -0.00444 0.599 0.399 2 > > dsd <- DSD_Memory(d) > dsd Memorized Stream Class: DSD_Memory, DSD_R, DSD Contains 100 data points - currently at position 1 - loop is FALSE > plot(dsd, n = -1) > > # end the DSD process. Note: that closing the connection above > # may already kill the process. > rp1$kill() [1] TRUE > rp1 PROCESS 'R', finished. > > # Publish using json > > rp2 <- publish_DSD_via_WebService("DSD_Gaussians(k = 3, d = 3)", + port = port, serializer = "json") > rp2 PROCESS 'R', running, pid 73551. > > # connect to the port and read > # we use RETRY to give the server time to spin up > 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 2.6 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.014 0.284 9.014 publish_DSC_via_WebService 2.970 0.160 6.413 DSD_ReadWebService 2.884 0.234 6.561 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0-2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘connections.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/streamConnect.Rcheck/vign_test/streamConnect/vignettes/connections_files/figure-html/unnamed-chunk-7-1.png 288x288 pixels, 3x8 bits/pixel, RGB Input IDAT size = 26630 bytes Input file size = 26744 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24029 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 = 24029 Output IDAT size = 24029 bytes (2601 bytes decrease) Output file size = 24107 bytes (2637 bytes = 9.86% decrease) Quitting from lines 196-200 [unnamed-chunk-10] (connections.Rmd) Error: processing vignette 'connections.Rmd' failed with diagnostics: Failed to connect to localhost port 2819 after 0 ms: Couldn't connect to server --- 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-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

Version: 0.0-2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘connections.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/streamConnect.Rcheck/vign_test/streamConnect/vignettes/connections_files/figure-html/unnamed-chunk-7-1.png 288x288 pixels, 3x8 bits/pixel, RGB Input IDAT size = 17282 bytes Input file size = 17384 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 14799 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 = 14799 Output IDAT size = 14799 bytes (2483 bytes decrease) Output file size = 14877 bytes (2507 bytes = 14.42% decrease) Quitting from lines 196-200 [unnamed-chunk-10] (connections.Rmd) Error: processing vignette 'connections.Rmd' failed with diagnostics: Failed to connect to localhost port 41174 after 0 ms: Couldn't connect to server --- failed re-building ‘connections.Rmd’ SUMMARY: processing the following file failed: ‘connections.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-patched-linux-x86_64

Version: 0.0-2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘connections.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/streamConnect.Rcheck/vign_test/streamConnect/vignettes/connections_files/figure-html/unnamed-chunk-7-1.png 288x288 pixels, 3x8 bits/pixel, RGB Input IDAT size = 17848 bytes Input file size = 17950 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 15075 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 = 15075 Output IDAT size = 15075 bytes (2773 bytes decrease) Output file size = 15153 bytes (2797 bytes = 15.58% decrease) Quitting from lines 196-200 [unnamed-chunk-10] (connections.Rmd) Error: processing vignette 'connections.Rmd' failed with diagnostics: Failed to connect to localhost port 3964 after 0 ms: Couldn't connect to server --- failed re-building ‘connections.Rmd’ SUMMARY: processing the following file failed: ‘connections.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-linux-x86_64

Package streamMOA

Current CRAN status: OK: 13

Package TSP

Current CRAN status: OK: 12