After installing dependency and the project, I follow the simple example in README:
data(raw_data)
res = AnomalyDetectionTs(raw_data, max_anoms=0.02, direction='both', plot=TRUE)
res$plot
When I run res$plot, an error occurs:
Error: Column x is a date/time and must be stored as POSIXct, not POSIXlt
Does anyone know how to solve the problem? Thx