Closed McCompexpert closed 6 years ago
Ah, figured it out: tidyverse was not up to date. Re-installed tidyverse to the version 1.2.1 and it works now
That's what I was looking at in your pkgs. Good to know. Thanks for posting and glad you solved it.
At executing this snippet:
tidyverse_cran_downloads %>% time_decompose(count, method = "stl", frequency = "auto", trend = "auto")
I am getting:
Error in mutate_impl(.data, dots) : Evaluation error: invalid 'tz' value..
Re-Installing tibbletime did not help.