Last updated on 2024-11-27 09:49:44 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.8 | 13.87 | 112.44 | 126.31 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.8 | 9.72 | 72.04 | 81.76 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.8 | 211.97 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.8 | 188.14 | OK | |||
r-devel-windows-x86_64 | 0.3.8 | 15.00 | 133.00 | 148.00 | OK | |
r-patched-linux-x86_64 | 0.3.8 | 14.29 | 105.95 | 120.24 | OK | |
r-release-linux-x86_64 | 0.3.7 | 12.33 | 101.24 | 113.57 | OK | |
r-release-macos-arm64 | 0.3.8 | 210.00 | OK | |||
r-release-macos-x86_64 | 0.3.8 | 75.00 | ERROR | |||
r-release-windows-x86_64 | 0.3.8 | 15.00 | 132.00 | 147.00 | OK | |
r-oldrel-macos-arm64 | 0.3.8 | 214.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.8 | 73.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.3.8 | 20.00 | 160.00 | 180.00 | OK |
Version: 0.3.8
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
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64