The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

CRAN Package Check Results for Package RtsEva

Last updated on 2026-05-12 11:50:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 15.04 217.88 232.92 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 9.14 145.16 154.30 OK
r-devel-linux-x86_64-fedora-clang 1.1.0 24.00 328.34 352.34 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 24.00 364.71 388.71 OK
r-devel-windows-x86_64 1.1.0 18.00 292.00 310.00 OK
r-patched-linux-x86_64 1.1.0 13.90 204.26 218.16 OK
r-release-linux-x86_64 1.1.0 14.42 207.14 221.56 OK
r-release-macos-arm64 1.1.0 4.00 54.00 58.00 ERROR
r-release-macos-x86_64 1.1.0 10.00 230.00 240.00 OK
r-release-windows-x86_64 1.1.0 19.00 294.00 313.00 OK
r-oldrel-macos-arm64 1.1.0 ERROR
r-oldrel-macos-x86_64 1.1.0 9.00 176.00 185.00 OK
r-oldrel-windows-x86_64 1.1.0 22.00 356.00 378.00 OK

Check Details

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.