CRAN Package Check Results for Package RtsEva

Last updated on 2024-10-06 08:50:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 13.84 198.74 212.58 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 8.28 130.90 139.18 OK
r-devel-linux-x86_64-fedora-clang 1.0.0 358.20 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 365.38 OK
r-devel-windows-x86_64 1.0.0 15.00 263.00 278.00 OK
r-patched-linux-x86_64 1.0.0 12.19 184.43 196.62 OK
r-release-linux-x86_64 1.0.0 12.35 187.11 199.46 OK
r-release-macos-arm64 1.0.0 52.00 ERROR
r-release-macos-x86_64 1.0.0 94.00 ERROR
r-release-windows-x86_64 1.0.0 16.00 265.00 281.00 OK
r-oldrel-macos-arm64 1.0.0 62.00 ERROR
r-oldrel-macos-x86_64 1.0.0 104.00 ERROR
r-oldrel-windows-x86_64 1.0.0 20.00 307.00 327.00 OK

Check Details

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