Last updated on 2015-09-06 23:47:49.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 1.46 | 28.44 | 29.91 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 1.57 | 28.52 | 30.10 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 56.88 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 53.76 | OK | |||
r-devel-osx-x86_64-clang | 0.1 | 34.68 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.1 | 7.00 | 77.00 | 84.00 | OK | |
r-patched-linux-x86_64 | 0.1 | 1.68 | 30.01 | 31.69 | OK | |
r-patched-solaris-sparc | 0.1 | 434.90 | OK | |||
r-patched-solaris-x86 | 0.1 | 58.90 | ERROR | |||
r-release-linux-x86_64 | 0.1 | 1.64 | 30.22 | 31.86 | OK | |
r-release-osx-x86_64-mavericks | 0.1 | ERROR | ||||
r-release-windows-ix86+x86_64 | 0.1 | 8.00 | 68.00 | 76.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.1 | 13.00 | 95.00 | 108.00 | OK |
Memtest notes: clang-ASAN gcc-ASAN valgrind
Version: 0.1
Check: examples
Result: ERROR
Running examples in ‘wbsts-Ex.R’ failed
The error most likely occurred in:
> ### Name: post.processing
> ### Title: Post-processing of the change-points
> ### Aliases: post.processing
> ### Keywords: change-point detection
>
> ### ** Examples
>
> #### Generate a highly persistent time series with changing variance and of length 5,000
> ###Location of the change-points
> cps=seq(from=1000,to=2800,by=200)
> y=sim.pw.arma(N =3000,sd_u = c(1,1.5,1,1.5,1,1.5,1,1.5,1,1.5,1),
+ b.slope=rep(0.99,11),b.slope2 = rep(0.,11), mac = rep(0.,11),br.loc = cps)[[2]]
> ###Estimate the change points via Wild Binary Segmentation
> beforeProcessing=wbs.lsw(y,M=0)$cp.bef
Error in while (b < 0 | b > e) { : missing value where TRUE/FALSE needed
Calls: wbs.lsw -> uh.wbs
Execution halted
Flavors: r-devel-osx-x86_64-clang, r-patched-solaris-x86, r-release-osx-x86_64-mavericks