You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Good day,
Looking at the
ts_split
function internally, it uses thetsibble::is.tsibble
function on some conditions you made. Upon checking theis.tsibble
function, it was already deprecated intsibble 0.8.4
and is now defunct. Just letting you know that the new function should now betsibble::is_tsibble
.The text was updated successfully, but these errors were encountered: