Closed ryantibs closed 4 years ago
@capnrefsmmat Git complained to me when I pushed because the new RData file (forecast-demo/demo-extended.rda) is over 50 MB. It's just barely over, it appears. Do you think we should leave it in here or do you have an alternative suggestion?
You could try using save(..., compress = "xz")
to see if that makes the object smaller.
Thanks Alex, that worked (compression).
I wrote a new section on how the forecast errors vary by the number of days ahead.