CRAN Package Check Results for Package UKFE

Last updated on 2025-02-11 03:50:24 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.9 15.05 116.23 131.28 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 9.36 73.54 82.90 OK
r-devel-linux-x86_64-fedora-clang 0.4.0 216.39 OK
r-devel-linux-x86_64-fedora-gcc 0.4.0 196.58 OK
r-devel-windows-x86_64 0.3.9 15.00 134.00 149.00 OK
r-patched-linux-x86_64 0.3.9 16.35 108.79 125.14 OK
r-release-linux-x86_64 0.3.9 14.33 109.01 123.34 OK
r-release-macos-arm64 0.4.0 52.00 OK
r-release-macos-x86_64 0.4.0 136.00 OK
r-release-windows-x86_64 0.4.0 19.00 152.00 171.00 OK
r-oldrel-macos-arm64 0.3.9 60.00 OK
r-oldrel-macos-x86_64 0.3.9 105.00 ERROR
r-oldrel-windows-x86_64 0.3.9 19.00 170.00 189.00 OK

Check Details

Version: 0.3.9
Check: examples
Result: ERROR Running examples in ‘UKFE-Ex.R’ failed The error most likely occurred in: > ### Name: MonthlyStats > ### Title: Monthly Statistics > ### Aliases: MonthlyStats > > ### ** Examples > > # Get the mean flows for each month for the Thames at Kingston > QMonThames <- MonthlyStats(ThamesPQ[,c(1,3)], Stat = mean, + ylab = "Discharge (m3/s)", main = "Thames at Kingston monthly mean flow", Plot = TRUE) Error in MonthlyStats(ThamesPQ[, c(1, 3)], Stat = mean, ylab = "Discharge (m3/s)", : At least one month does not have the same number of years available as the others. This may be because you have at least one whole month missing (as opposed to a month of NA values for example). You need at least one time step within each month Execution halted Flavor: r-oldrel-macos-x86_64