Open heinermikosch opened 9 months ago
Add on: We have tried to debug the ta function. The problem seems to be that at one point the tail function is used, and then a time series is used to calculate the end date instead of real numbers.
Thanks, will take a look!
Sorry for the long wait. I need a reproducible example, so I can look into this. E.g., the output of dput(aux)
. See here for ideas how to create a reproducible example.
Thanks!
We are long-term users of the tempdisagg package. A very nice package.
We recently discovered the following error in our code using the ta-function:
The function input argument ("aux") is at is should be (we guess), i.e. aux is a ts-object, more precisely a monthly time series starting January 1970 and ending December 2028.
The package version we are using is 1.1.
Our question: Do you know whether the ta function in the package version mentioned above has a bug or what the problem might be? Perhaps it is also because we are not using the function correctly (but so far the code line has always worked). Every hint is helpful.