Functions for time series exploration, modelling and forecasting for R: tsutils package
Development repository for the tsutils package for R.
To install use:
if (!require("devtools")){install.packages("devtools")}
devtools::install_github("trnnick/tsutils")
Happy forecasting!