Last updated on 2025-04-30 04:50:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 14.87 | 206.27 | 221.14 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 9.07 | 134.33 | 143.40 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 336.51 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 338.39 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 15.00 | 261.00 | 276.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 14.45 | 192.29 | 206.74 | OK | |
r-release-linux-x86_64 | 1.0.0 | 14.18 | 192.89 | 207.07 | OK | |
r-release-macos-arm64 | 1.0.0 | 65.00 | ERROR | |||
r-release-macos-x86_64 | 1.0.0 | 221.00 | ERROR | |||
r-release-windows-x86_64 | 1.0.0 | 16.00 | 264.00 | 280.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 70.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0.0 | 165.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.0.0 | 18.00 | 324.00 | 342.00 | OK |
Version: 1.0.0
Check: examples
Result: NOTE
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
tsEvaPlotTransfToStatFromAnalysisObj 7.445 0.222 8.869
tsEvaPlotSeriesTrendStdDevFromAnalyisObj 7.221 0.214 7.805
tsEvaPlotReturnLevelsGPDFromAnalysisObj 7.069 0.179 8.508
tsEvaPlotReturnLevelsGEVFromAnalysisObj 6.971 0.178 8.610
TsEvaNs 6.761 0.295 7.841
tsEvaPlotAllRLevelsGEV 6.543 0.157 8.433
tsEvaPlotGEVImageScFromAnalysisObj 6.307 0.202 7.965
tsEvaPlotAllRLevelsGPD 6.029 0.191 7.341
tsEvaPlotGPDImageScFromAnalysisObj 5.965 0.195 6.798
tsEvaFindTrendThreshold 5.038 0.204 5.907
tsEvaNanRunningPercentiles 4.458 0.112 5.124
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: examples
Result: NOTE
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
tsEvaPlotTransfToStatFromAnalysisObj 4.458 0.257 6.421
tsEvaPlotSeriesTrendStdDevFromAnalyisObj 4.409 0.259 5.746
TsEvaNs 4.078 0.407 5.797
tsEvaPlotReturnLevelsGEVFromAnalysisObj 4.145 0.268 5.235
tsEvaPlotReturnLevelsGPDFromAnalysisObj 4.094 0.287 5.948
tsEvaPlotAllRLevelsGEV 3.836 0.311 5.131
tsEvaPlotGEVImageScFromAnalysisObj 3.849 0.287 5.153
Flavor: r-devel-linux-x86_64-debian-gcc
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