ts1 %>% seas(x11="") %>%
autoplot() + xlab("Year") +
ggtitle("x11 decomposition")
Error: X-13 run failed
Errors:
-I, -O, -M, -D, -C, -S, -N, -V, -R, -Q, -X, -T.
ts1<- ts(weather_15years[,2],frequency=12, start=decimal_date(ymd("1995-01-01")))
my ts1 time series is just a time series of 1 column of numbers
I really don't understand what is that error saying that x-13 run failed with errors I don't even know.