RtsaPkg
This R computer language package contains a number of time series analysis (tsa) routines that assist with time series analysis/modelling as well as basic data wrangling and graphic. Demonstrations are provided in showing how the functions can assist in tsa. The repository R_Times_Series_Analysis_Books contains a wide assortment of tsa applications using the RtsaPkg package.
To install RtsaPkg enter the following command lines from an R console:
install.packages("devtools")
::install_github("deandevl/RtsaPkg") devtools
In your R application file include the package:
library(RtsaPkg)