-
Notifications
You must be signed in to change notification settings - Fork 777
POSIXct and POSIXlt problem with the simple example #101
Comments
I encountered something similar, and I believe the issue results from the latest update (effective 2018-07-03) of ggplot2 to version 3.0.0. Apparently, AnomalyDetection will internally convert to My short-term solution was to simply revert back to ggplot2 version 2.2.1 An internal fix for |
Thanks a lot: this fix works perfect for me. |
To expand on @supermdat 's answer, to work around this without downgrading ggplot2, use something like this:
Edit: |
fix the problem with plot twitter/AnomalyDetection#101
After installing dependency and the project, I follow the simple example in README:
When I run
res$plot
, an error occurs:Error: Column
xis a date/time and must be stored as POSIXct, not POSIXlt
Does anyone know how to solve the problem? Thx
The text was updated successfully, but these errors were encountered: