-
Notifications
You must be signed in to change notification settings - Fork 31
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
Vectorizing 'yearmon' elements may not preserve their attributes #5
Comments
Yes, we are aware of this issue, and we've requested changes to retain |
A way to get around it is to use zoo::as.Date(., frac=1) to coerce the yearmon or yearqtr object to a date. Then unnest has no problem with it. |
Nice hack! |
The solution that I took it was convert to dates using |
In reference to the example in the vignette, Forecasting Multiple Models, how do apply these hacks to resolve this issue? I can't figure out how or where to apply "zoo::as.Date(., frac=1)" to reconcile my dates. Thanks!
|
Hello,
I have been reproducing the examples that you have in Business Science and this
warning
is shown and therefore the dates doesn't appear like those you have in the blog post. I have seen that it's something related with dplyr...This problem appears with the function
sw_sweep
A reproducible example exist in this vignette
Cheers
The text was updated successfully, but these errors were encountered: