Technical Details & Architecture - bri-thetechie/TSA GitHub Wiki

Dependencies

The applications are built using R and the following key packages:

  • shiny
  • shinythemes
  • ggplot2
  • plotly
  • forecast
  • tseries
  • readxl
  • lmtest
  • nortest
  • TTR
  • tools
  • uroot
  • quantmod
  • rugarch
  • shinyWidgets

Code Structure

The repository contains two main R files:

  • app1.R: Contains the code for the Automated Time Series Analysis Dashboard.
  • app2.R: Contains the code for the Advanced Time Series Analysis Dashboard.

Each file includes the ui definition (defining the user interface) and the server function (containing the reactive logic and computations).