Last updated on 2024-11-14 07:49:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 12.47 | 199.12 | 211.59 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 8.67 | 130.45 | 139.12 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 354.95 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 351.51 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 15.00 | 255.00 | 270.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 13.22 | 185.06 | 198.28 | OK | |
r-release-linux-x86_64 | 1.0.0 | 11.32 | 184.86 | 196.18 | OK | |
r-release-macos-arm64 | 1.0.0 | 218.00 | ERROR | |||
r-release-macos-x86_64 | 1.0.0 | 245.00 | ERROR | |||
r-release-windows-x86_64 | 1.0.0 | 15.00 | 257.00 | 272.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 229.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0.0 | 255.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.0.0 | 19.00 | 316.00 | 335.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘RtsEva-Ex.R’ failed
The error most likely occurred in:
> ### Name: tsEstimateAverageSeasonality
> ### Title: Estimate Average Seasonality
> ### Aliases: tsEstimateAverageSeasonality
>
> ### ** Examples
>
> timeAndSeries <- ArdecheStMartin
> timeStamps <- ArdecheStMartin[,1]
> series <- ArdecheStMartin[,2]
> timeWindow <- 30*365 # 30 years
> rs <- tsEvaDetrendTimeSeries(timeStamps, series, timeWindow)
> nRunMn <- rs@nRunMn
> cat("computing trend seasonality ...\n")
computing trend seasonality ...
> seasonalitySeries <- rs@detrendSeries
> result <- tsEstimateAverageSeasonality(timeStamps, seasonalitySeries, timeWindow=rs@nRunMn)
Warning in pracma::interp1(avgTmStamp, monthAvgVec, timeStampsN, method = "spline") :
Points in argument in 'x' unsorted; will be sorted.
Warning in pracma::interp1(avgTmStamp, monthAvgVex, timeStampsN, method = "spline") :
Points in argument in 'x' unsorted; will be sorted.
> plot(result$regime, type = "l", xlab = "Day", ylab = "Regime", main = "Estimated Regime")
Warning in min(x) : no non-missing arguments to min; returning Inf
Warning in max(x) : no non-missing arguments to max; returning -Inf
Error in plot.window(...) : need finite 'ylim' values
Calls: plot -> plot.default -> localWindow -> plot.window
Execution halted
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64