Could be something on feasts package?
Even a simple example is not working:
tsibbledata::vic_elec %>% ACF(Temperature)
And I get the same error. Using rlang last_trace I have the following:
<error/vctrs_error_incompatible_op>
<interval> + <integer> is not permitted
Backtrace:
█
1. ├─(function (x, ...) ...
2. └─tibble:::print.tbl(x)
3. ├─cli::cat_line(format(x, ..., n = n, width = width, n_extra = n_extra))
4. │ └─base::paste0(..., collapse = "\n")
5. ├─base::format(x, ..., n = n, width = width, n_extra = n_extra)
6. └─tsibble:::format.tbl_ts(x, ..., n = n, width = width, n_extra = n_extra)
7. ├─base::format(trunc_mat(x, n = n, width = width, n_extra = n_extra))
8. └─tibble:::format.trunc_mat(...)
9. └─pillar::squeeze(x$mcf, width = width)
10. └─pillar:::colonnade_get_width(x, width, rowid_width)
11. └─pillar:::map(x[pillar_shown], pillar_shaft)
12. └─base::lapply(.x, .f, ...)
13. ├─pillar:::FUN(X[[i]], ...)
14. └─pillar:::pillar_shaft.vctrs_vctr(X[[i]], ...)
15. ├─pillar::new_pillar_shaft_simple(format(x), align = align)
16. │ └─pillar::get_max_extent(as.character(formatted))
17. │ └─pillar::get_extent(x)
18. │ └─base::force(x)
19. ├─base::format(x)
20. └─feasts:::format.cf_lag(x)
21. ├─base::substring(...)
22. ├─base::format(interval)
23. └─inum:::format.interval(interval)
24. └─vctrs:::`+.vctrs_vctr`(x, 1L)
25. ├─vctrs::vec_arith("+", e1, e2)
26. └─vctrs:::vec_arith.default("+", e1, e2)
27. └─vctrs::stop_incompatible_op(op, x, y)
28. └─vctrs:::stop_incompatible(...)
29. └─vctrs:::stop_vctrs(...)