healthyR.ts 0.1.8
Breaking Changes
None
New Features
- Fix #201 - Add Fitted
ts
and Fittedtibble
data to output. - Fix #202 - Add Residuals
ts
and Residualstibble
data to output. - Fix #204 - Add
Arima()
models with xreg tots_forecast_simulator()
Minor Fixes and Improvements
- Fix #199 - Update
model_extraction_helper()
to utilizeforecast:::arima.string()
under the hood forArima
arima
andauto.arima
models produced by theforecast
package. - Fix #195 - Drop need for
crayon
,cli
, andrstudioapi
since all it did was
make a welcome message that can be done with regularprint()
method. - Fix #213 - Update navigation bar.