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
The issue surfaced in business-science/tidyquant#202 but has its root here in timetk, especially in timetk::tk_tbl.zoo(). readr::type_convert() was changed after tidyverse/readr#1020 which makes it give warning when the input doesn't have any character columns.
It should be a simple fix to check the input passed to readr::type_convert(). I will submit a PR to fix it.
The text was updated successfully, but these errors were encountered:
The issue surfaced in business-science/tidyquant#202 but has its root here in
timetk
, especially intimetk::tk_tbl.zoo()
.readr::type_convert()
was changed after tidyverse/readr#1020 which makes it give warning when the input doesn't have any character columns.It should be a simple fix to check the input passed to
readr::type_convert()
. I will submit a PR to fix it.The text was updated successfully, but these errors were encountered: