feasts icon indicating copy to clipboard operation
feasts copied to clipboard

Same error here... Error in stop_vctrs(): ! <interval> + <integer> is not permitted

Open Steviey opened this issue 3 years ago • 0 comments

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

Steviey avatar Apr 23 '22 02:04 Steviey