ellisp / forecastHybrid

Convenient functions for ensemble forecasts in R combining approaches from the {forecast} package
GNU General Public License v3.0
79 stars 23 forks source link

forecastHybrid CRAN update needed #72

Closed robjhyndman closed 7 years ago

robjhyndman commented 7 years ago

The forecast package will be updated on CRAN soon. The new version is causing forecastHybrid to error on a CRAN check:

Failure: Testing is.hybridModel(), fitted.hybridModel(), residuals.hybridModel(), and accuracy.hybridModel() (@test-hybridModel.R#73)

The issue is that we have moved zoo from a Dependency to an Import in the forecast package. I think the solution is for you to import zoo::as.Date.ts().

dashaub commented 7 years ago

Appears to be fixed with the import, thanks for the heads up. I hope to push to CRAN soonish.