Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ts_split function uses deprecated is.tibble function #61

Open
jmanacup opened this issue Jun 3, 2021 · 2 comments
Open

ts_split function uses deprecated is.tibble function #61

jmanacup opened this issue Jun 3, 2021 · 2 comments

Comments

@jmanacup
Copy link

jmanacup commented Jun 3, 2021

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
Copy link

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

@RamiKrispin
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants