Last updated on 2025-10-31 14:49:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 15.32 | 216.56 | 231.88 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 10.36 | 143.76 | 154.12 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 32.00 | 323.39 | 355.39 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 30.00 | 347.77 | 377.77 | OK | |
| r-devel-windows-x86_64 | 1.1.0 | 18.00 | 269.00 | 287.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 15.17 | 203.05 | 218.22 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 13.44 | 201.83 | 215.27 | OK | |
| r-release-macos-arm64 | 1.1.0 | 6.00 | 90.00 | 96.00 | ERROR | |
| r-release-macos-x86_64 | 1.1.0 | 11.00 | 174.00 | 185.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 17.00 | 269.00 | 286.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | 8.00 | 98.00 | 106.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.1.0 | 13.00 | 174.00 | 187.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 22.00 | 339.00 | 361.00 | OK | 
Version: 1.1.0
Check: examples
Result: ERROR
  Running examples in ‘RtsEva-Ex.R’ failed
  The error most likely occurred in:
  
  > ### Name: tsEvaTransformSeriesToStatSeasonal_ciPercentile
  > ### Title: tsEvaTransformSeriesToStatSeasonal_ciPercentile
  > ### Aliases: tsEvaTransformSeriesToStatSeasonal_ciPercentile
  > 
  > ### ** Examples
  > 
  > timeAndSeries <- ArdecheStMartin
  > timeStamps <- ArdecheStMartin[,1]
  > series <- ArdecheStMartin[,2]
  > #select only the 5 latest years
  > yrs <- as.integer(format(timeStamps, "%Y"))
  > tokeep <- which(yrs>=2015)
  > timeStamps <- timeStamps[tokeep]
  > series <- series[tokeep]
  > timeWindow <- 365 # 1 year
  > percentile <- 90
  > result <- tsEvaTransformSeriesToStatSeasonal_ciPercentile(timeStamps,
  + series, timeWindow, percentile)
  computing trend...
  trend on the 90 percentile
  computing trend seasonality...
  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.
  computing the slowly varying 90th percentile...
  computing standard deviation seasonality...
  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$trendSeries)
  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-oldrel-macos-arm64