-
Notifications
You must be signed in to change notification settings - Fork 1
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
trending::predict() issue with {tsibble} v.1.1.1 and dplyr::bind_cols #19
Comments
Hi @aspina7. Just a heads up that this actually already works on the current master branch. However, I can't give an anticipated release for this as it's part of a refactoring effort that also necessitates changes to {i2extras} and {trendeval} and I'm currently time poor. @thibautjombart I'm leaving this issue open as, although this already works on the current master, we may still need to call as.data.frame on other data.frame but not data.frame inputs such as {data.table}. |
Thanks @TimTaylor for your reply. I think we should not rush the re-structuring of i2extras / trendeval, and should hopefully have some time dedicated on this as part of the epiverse initiative. |
@TimTaylor sorry - this hit me during exam period and then I totally forgot about it! Thanks for the reply and good to know master should work... Any thoughts on when this might hit CRAN? |
Hi @aspina7
Not at the moment. But will give you a poke when I've a better idea of timings. |
hey sorry for delayed post - but as discussed over on the epirhandbook issue with the new release of tsibble forces the use of
dplyr::bind_cols
, which clashes withtrending::predict()
which I am guessing has abase::cbind
somewhere. (see reprex below)Not sure if there is an easy catch you could include that depending on the class you use one or the other?
Alternatively there is the tsbox package for converting between timeseries classes?
Hope this is clear and thanks!
Created on 2022-02-06 by the reprex package (v2.0.0)
The text was updated successfully, but these errors were encountered: