Last updated on 2024-11-21 19:53:01 CET.
Package | ERROR | OK |
---|---|---|
UKFE | 2 | 11 |
Current CRAN status: ERROR: 2, OK: 11
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
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.