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

Last updated on 2024-05-18 00:00:47 CEST.

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

Package arules

Current CRAN status: OK: 12

Package arulesCBA

Current CRAN status: ERROR: 1, OK: 12

Version: 1.2.6
Check: tests
Result: ERROR Running ‘testthat.R’ [22s/26s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("testthat") > library("arulesCBA") Loading required package: Matrix Loading required package: arules Attaching package: 'arules' The following objects are masked from 'package:base': abbreviate, write > > testthat::test_check("arulesCBA") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 84 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-classifiers.R:60:3'): (code run outside of `test_that()`) ────── Error in `base::rowSums(x, na.rm = na.rm, dims = dims, ...)`: 'x' must be an array of at least two dimensions Backtrace: ▆ 1. └─arulesCBA (local) cl(f, dat) at test-classifiers.R:60:3 2. └─arulesCBA::pruneCBA_M1(formula, rulebase, trans) 3. ├─methods (local) rowSums(rhss[class_ids, ]) 4. └─methods (local) rowSums(rhss[class_ids, ]) 5. └─base::rowSums(x, na.rm = na.rm, dims = dims, ...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 84 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

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: 4

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

Version: 0.0-1
Check: examples
Result: ERROR Running examples in ‘streamConnect-Ex.R’ failed The error most likely occurred in: > ### Name: DSD_ReadSocket > ### Title: A DSD That Reads from a Server Port > ### Aliases: DSD_ReadSocket > > ### ** Examples > > # find a free port > port <- httpuv::randomPort() > port [1] 25421 > > # create a background DSD process sending data to port 8001 > rp1 <- DSD_Gaussians(k = 3, d = 3) %>% publish_DSD_via_Socket(port = port) > rp1 PROCESS 'R', running, pid 2767285. > > Sys.sleep(2) # wait for the socket to become available > > # create a DSD that connects to the socket. Note that we need to > # specify the column names of the stream > dsd <- DSD_ReadSocket(port = port, col.names = c("x", "y", "z", ".class")) Error in read.table(text = line1, sep = sep, header = header, colClasses = colClasses, : no lines available in input Calls: DSD_ReadSocket -> DSD_ReadStream -> read.table Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.0-1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘connections.Rmd’ using rmarkdown Quitting from lines 101-117 [unnamed-chunk-3] (connections.Rmd) Error: processing vignette 'connections.Rmd' failed with diagnostics: cannot open the connection --- failed re-building ‘connections.Rmd’ SUMMARY: processing the following file failed: ‘connections.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.0-1
Check: examples
Result: ERROR Running examples in ‘streamConnect-Ex.R’ failed The error most likely occurred in: > ### Name: publish_DSD_via_Socket > ### Title: Write a Stream to a Socket > ### Aliases: publish_DSD_via_Socket > > ### ** Examples > > # find a free port > port <- httpuv::randomPort() > port [1] 25421 > > # create a background DSD process sending data to the port > rp1 <- DSD_Gaussians(k = 3, d = 3) %>% publish_DSD_via_Socket(port = port) > rp1 PROCESS 'R', running, pid 2798724. > > Sys.sleep(1) # wait for the socket to become available > > # connect to the port and read > con <- socketConnection(port = port, open = 'r') > Sys.sleep(1) # wait for the connection to establish > dsd <- DSD_ReadStream(con, col.names = c("x", "y", "z", ".class")) Error in read.table(text = line1, sep = sep, header = header, colClasses = colClasses, : no lines available in input Calls: DSD_ReadStream -> read.table Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.0-1
Check: examples
Result: ERROR Running examples in ‘streamConnect-Ex.R’ failed The error most likely occurred in: > ### Name: publish_DSD_via_Socket > ### Title: Write a Stream to a Socket > ### Aliases: publish_DSD_via_Socket > > ### ** Examples > > # find a free port > port <- httpuv::randomPort() > port [1] 25421 > > # create a background DSD process sending data to the port > rp1 <- DSD_Gaussians(k = 3, d = 3) %>% publish_DSD_via_Socket(port = port) > rp1 PROCESS 'R', running, pid 90281. > > Sys.sleep(1) # wait for the socket to become available > > # connect to the port and read > con <- socketConnection(port = port, open = 'r') > Sys.sleep(1) # wait for the connection to establish > dsd <- DSD_ReadStream(con, col.names = c("x", "y", "z", ".class")) Error in read.table(text = line1, sep = sep, header = header, colClasses = colClasses, : no lines available in input Calls: DSD_ReadStream -> read.table Execution halted Flavor: r-release-macos-x86_64

Version: 0.0-1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘connections.Rmd’ using rmarkdown Quitting from lines 101-117 [unnamed-chunk-3] (connections.Rmd) Error: processing vignette 'connections.Rmd' failed with diagnostics: cannot open the connection --- failed re-building ‘connections.Rmd’ SUMMARY: processing the following file failed: ‘connections.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.0-1
Check: examples
Result: ERROR Running examples in ‘streamConnect-Ex.R’ failed The error most likely occurred in: > ### Name: publish_DSD_via_Socket > ### Title: Write a Stream to a Socket > ### Aliases: publish_DSD_via_Socket > > ### ** Examples > > # find a free port > port <- httpuv::randomPort() > port [1] 25421 > > # create a background DSD process sending data to the port > rp1 <- DSD_Gaussians(k = 3, d = 3) %>% publish_DSD_via_Socket(port = port) > rp1 PROCESS 'R', running, pid 90511. > > Sys.sleep(1) # wait for the socket to become available > > # connect to the port and read > con <- socketConnection(port = port, open = 'r') > Sys.sleep(1) # wait for the connection to establish > dsd <- DSD_ReadStream(con, col.names = c("x", "y", "z", ".class")) Error in read.table(text = line1, sep = sep, header = header, colClasses = colClasses, : no lines available in input Calls: DSD_ReadStream -> read.table Execution halted Flavor: r-oldrel-macos-x86_64

Package streamMOA

Current CRAN status: OK: 13

Package TSP

Current CRAN status: OK: 12