Describe the bug
When running MK.TempAggr function, I get this error:
Error in if (result$P <= c(1 - alpha.mk/100)) { :
missing value where TRUE/FALSE needed
To Reproduce
I cannot share the data that outputs this error, but I tried two timeseries and in one the issue is solved setting a proper value of resolution (which, by the way, is not clear to me how to set it).
Expected behavior
The function not failing
Desktop (please complete the following information):
- OS: openSuSE Linux 15.4
- mannkendall version 1.1.0
- R version: 4.2.2
Additional context
The dataset is deseasonalized monthly data from original daily. The daily data seems to error due to RAM consumption being too high.
Describe the bug
When running MK.TempAggr function, I get this error:
To Reproduce
I cannot share the data that outputs this error, but I tried two timeseries and in one the issue is solved setting a proper value of
resolution(which, by the way, is not clear to me how to set it).Expected behavior
The function not failing
Desktop (please complete the following information):
Additional context
The dataset is deseasonalized monthly data from original daily. The daily data seems to error due to RAM consumption being too high.