feasts
feasts copied to clipboard
Same error here... Error in stop_vctrs(): ! <interval> + <integer> is not permitted
got the same error with feasts...
repr. example here: https://github.com/tidyverts/tsibble/issues/278
df <- df %>% as_tsibble(index=id,key=name)
myPlot <- df %>% group_by(name) %>%
feasts::ACF(value) %>% feasts::autoplot()
print(myPlot)
Error in `stop_vctrs()`:
! <interval> + <integer> is not permitted