Last updated on 2018-02-12 06:47:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4 | 3.27 | 37.17 | 40.44 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4 | 2.84 | 29.32 | 32.16 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4 | 53.85 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4 | 50.96 | OK | |||
r-devel-windows-ix86+x86_64 | 0.4 | 13.00 | 71.00 | 84.00 | OK | |
r-patched-linux-x86_64 | 0.4 | 2.60 | 42.11 | 44.71 | OK | |
r-patched-solaris-x86 | 0.4 | 58.80 | ERROR | |||
r-release-linux-x86_64 | 0.4 | 2.36 | 41.64 | 44.00 | OK | |
r-release-windows-ix86+x86_64 | 0.4 | 9.00 | 106.00 | 115.00 | OK | |
r-release-osx-x86_64 | 0.4 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.4 | 7.00 | 91.00 | 98.00 | OK | |
r-oldrel-osx-x86_64 | 0.3 | ERROR |
Version: 0.4
Check: examples
Result: ERROR
Running examples in ‘wbsts-Ex.R’ failed
The error most likely occurred in:
> ### Name: tau.fun
> ### Title: Universal thresholds
> ### Aliases: tau.fun
> ### Keywords: threshold
>
> ### ** Examples
>
>
> cps=c(400,470)
> set.seed(101)
> y=sim.pw.ar(N =2000,sd_u = 1,b.slope=c(0.4,-0.6,0.5),br.loc=cps)[[2]]
> #tau.fun(y) is the default value for C_i
> #Binary segmentation
> wbs.lsw(y,M=1)$cp.aft
NULL
> #Wild binary segmentation
> wbs.lsw(y,M=3500)$cp.aft
Error in if (abs(d) > criterion) { :
missing value where TRUE/FALSE needed
Calls: wbs.lsw -> uh.wbs
Execution halted
Flavors: r-patched-solaris-x86, r-release-osx-x86_64
Version: 0.3
Check: examples
Result: ERROR
Running examples in ‘wbsts-Ex.R’ failed
The error most likely occurred in:
> ### Name: tau.fun
> ### Title: Universal thresholds
> ### Aliases: tau.fun
> ### Keywords: threshold
>
> ### ** Examples
>
>
> cps=c(400,470)
> set.seed(101)
> y=sim.pw.ar(N =2000,sd_u = 1,b.slope=c(0.4,-0.6,0.5),br.loc=cps)[[2]]
> #tau.fun(y) is the default value for C_i
> #Binary segmentation
> wbs.lsw(y,M=1)$cp.aft
NULL
> #Wild binary segmentation
> wbs.lsw(y,M=3500)$cp.aft
Error in while (ind.max < 0 | ind.max > e) { :
missing value where TRUE/FALSE needed
Calls: wbs.lsw -> uh.wbs
Execution halted
Flavor: r-oldrel-osx-x86_64