CRAN Package Check Results for Package kcpRS

Last updated on 2024-10-19 02:49:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 10.84 38.61 49.45 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 8.73 28.17 36.90 OK
r-devel-linux-x86_64-fedora-clang 1.1.1 88.94 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 81.17 OK
r-devel-windows-x86_64 1.1.1 17.00 349.00 366.00 ERROR
r-patched-linux-x86_64 1.1.1 OK
r-release-linux-x86_64 1.1.1 12.21 36.31 48.52 OK
r-release-macos-arm64 1.1.1 50.00 OK
r-release-macos-x86_64 1.1.1 62.00 OK
r-release-windows-x86_64 1.1.1 17.00 116.00 133.00 OK
r-oldrel-macos-arm64 1.1.1 53.00 OK
r-oldrel-macos-x86_64 1.1.1 99.00 OK
r-oldrel-windows-x86_64 1.1.1 18.00 129.00 147.00 OK

Check Details

Version: 1.1.1
Check: examples
Result: ERROR Running examples in 'kcpRS-Ex.R' failed The error most likely occurred in: > ### Name: kcpRS > ### Title: KCP on the running statistics > ### Aliases: kcpRS kcpRS.default plot.kcpRS print.kcpRS summary.kcpRS > > ### ** Examples > > phase1=cbind(rnorm(50,0,1),rnorm(50,0,1)) #phase1: Means=0 > phase2=cbind(rnorm(50,1,1),rnorm(50,1,1)) #phase2: Means=1 > X=rbind(phase1,phase2) > res=kcpRS(data=X,RS_fun=runMean,RS_name="Mean",wsize=25, + nperm=1000,Kmax=10,alpha=.05,varTest=FALSE,ncpu=1) Error in makePSOCKcluster(names = spec, ...) : Cluster setup failed. 1 worker of 1 failed to connect. Calls: kcpRS -> kcpRS.default -> makeCluster -> makePSOCKcluster Execution halted Flavor: r-devel-windows-x86_64