Installation

  • In order to download and install R, follow the instructions on the R web page
  • In order to install Shiny, type into the R console:
       install.packages("shiny")
  • Optional: In order to install RStudio, follow the instructions at the RStudio web page.

Recommended introductions