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
I've run into an issue that seems to be related to a date format that is not specified in the dst_date_parse function — weekly data where week numbers are defined as YYYYUNN (e.g., "2007U01").
Thanks for suggesting this feature. I have added it and will merge the update once the tests pass. @aleksandrsa, if you're still interested in this feature, please give it a go when the update is released to r-universe a bit later today. Let me know if something is not as expected :)
Hello,
I've run into an issue that seems to be related to a date format that is not specified in the
dst_date_parse
function — weekly data where week numbers are defined asYYYYUNN
(e.g., "2007U01").Sample case:
The error message is as follows:
Update: noticed that the date conversion step can be turned off entirely by respective parameter
parse_dst_tid = FALSE
.The text was updated successfully, but these errors were encountered: