RamiKrispin / TSstudio

Tools for time series analysis and forecasting
https://ramikrispin.github.io/TSstudio/
Other
421 stars 65 forks source link

ts_split function uses deprecated is.tibble function #61

Open jmanacup opened 3 years ago

jmanacup commented 3 years ago

Good day,

Looking at the ts_split function internally, it uses the tsibble::is.tsibble function on some conditions you made. Upon checking the is.tsibble function, it was already deprecated in tsibble 0.8.4 and is now defunct. Just letting you know that the new function should now be tsibble::is_tsibble.

deborahctan commented 3 years ago

I ran into the exact same error. Any idea on how to work around this?

RamiKrispin commented 3 years ago

Hi @jmanacup, @deborahctan,

The problem is known, there is an open PR with a fix for that. my current employer required me to get legal approval for any personal open-source project and this package is now in the approval process. Unfortunately, I don't have a timeline for when it will get approval.