- Download and install the latest version of R: https://cran.r-project.org/
- Download and install the latest version of RStudio Desktop (Free License): https://www.rstudio.com/products/rstudio/download3/
- Install and load the shiny package by running the following lines of code in your console.
install.packages("shiny")
library(shiny)