version <- as.vector(read.dcf('DESCRIPTION')[, 'Version']) version <- gsub('-', '.', version)
knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
Wrappers for part of bsts package functionality and auto.arima (forecast package) model to have a common calling convention and common final output (the prediction object). Custom functionality in bsts includes predictive decomposition of components and conversion to a dlm object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.