CRAN Package Check Results for Package kcpRS

Last updated on 2024-07-27 01:53:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 14.29 48.32 62.61 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 11.92 36.54 48.46 OK
r-devel-linux-x86_64-fedora-clang 1.1.1 95.78 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 81.57 OK
r-devel-windows-x86_64 1.1.1 16.00 101.00 117.00 OK
r-patched-linux-x86_64 1.1.1 OK
r-release-linux-x86_64 1.1.1 12.50 45.79 58.29 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 20.00 106.00 126.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 19.00 361.00 380.00 ERROR

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-oldrel-windows-x86_64