Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 650 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 650 Bytes

Welcome to the Interactive Visualisation workshop presented at the RSS International Conference 2021. If you would like to follow along with the workshop or explore the examples afterwards, you will require the installations listed below.

Requirements

To follow along with the workshop, you will require both R (the programming language) and RStudio (the IDE):

Once both are installed, open RStudio and run the following package installations within the console:

install.packages("shiny")
install.packages("ggplot2")