A Time Series Framework
2022-10-13
Chapter 1 Installation
Until such time as the packages make it to CRAN, please use the following:
::install_github("tsmodels/tsmethods")
devtools::install_github("tsmodels/tsdatasets")
devtools::install_github("tsmodels/tsaux")
devtools::install_github("tsmodels/tsetsad")
devtools::install_github("tsmodels/tsets")
devtools::install_github("tsmodels/tsissmad")
devtools::install_github("tsmodels/tsissm")
devtools::install_github("tsmodels/tsvetsad")
devtools::install_github("tsmodels/tsvets")
devtools::install_github("tsmodels/tsforeign")
devtools::install_github("tsmodels/tscausal")
devtools::install_github("tsmodels/tsdistributions") devtools
The first 2 are required to be installed before any of the other packages. Also note, that additional dependencies may be required such as Rcpp and RcppArmadillo, and bsts for tsforeign.