Last updated on 2014-09-12 01:48:15.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.11 | 4.53 | 43.24 | 47.78 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.11 | 4.46 | 43.78 | 48.24 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.11 | 97.68 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.11 | 91.99 | OK | |||
r-devel-osx-x86_64-clang | 0.11 | 85.75 | OK | |||
r-devel-windows-ix86+x86_64 | 0.11 | 16.00 | 91.00 | 107.00 | OK | |
r-patched-linux-x86_64 | 0.11 | 4.62 | 46.41 | 51.03 | OK | |
r-patched-solaris-sparc | 0.11 | 595.50 | OK | |||
r-patched-solaris-x86 | 0.11 | 124.60 | OK | |||
r-release-linux-ix86 | 0.11 | 6.43 | 58.15 | 64.58 | OK | |
r-release-linux-x86_64 | 0.11 | 4.54 | 47.20 | 51.74 | OK | |
r-release-osx-x86_64-mavericks | 0.11 | ERROR | ||||
r-release-osx-x86_64-snowleopard | 0.11 | OK | ||||
r-release-windows-ix86+x86_64 | 0.11 | 15.00 | 97.00 | 112.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.11 | 15.00 | 99.00 | 114.00 | OK |
Version: 0.11
Check: examples
Result: ERROR
Running examples in ‘Rssa-Ex.R’ failed
The error most likely occurred in:
> ### Name: ssa-input
> ### Title: Input Data Formats Used by SSA Routines
> ### Aliases: ssa-input
>
> ### ** Examples
>
> s <- ssa(co2) # Perform the decomposition using the default window length
> r <- reconstruct(s, groups = list(Trend = c(1, 4),
+ Seasonality = c(2, 3))) # Reconstruct into 2 series
> class(r$Trend) # Result is 'ts' object
[1] "ts"
>
> # Simultaneous trend extraction using MSSA
> s <- ssa(EuStockMarkets, kind = "mssa")
Error in new.hbhmat(field, L = c(L, 1), wmask = NULL, fmask = .get(x, :
FFTW-less version of 2D-SSA is not implemented yet!
Calls: ssa ... .get.or.create -> assign -> .hmat.striped -> new.hbhmat -> .Call
Execution halted
Flavor: r-release-osx-x86_64-mavericks