Before we start

To participate on the workshop you can either install R (>4.0) and Rstudio (see instructions bellow) or use an instance of R at RStudio Cloud.

Using RStudio Cloud

If you want to use RStudio Cloud you will need a free account. Go to posit.cloud/ and follow de instructions to register. Keep in mind that the free account is limited to 25 hours per month and you don’t want to use it all before the workshop.

We’ll provide a link to a pre-configured RStudio project during the workshop. You don’t have to do anything else.

Installing R and RStudio

To install R and RStudio follow the instructions in these videos by Danielle Navarro.

After you have everything installed, you’ll need to install a few packages required for the workshop. Follow these instructions:

  1. Open RStudio
  2. On the console (the panel on the left) type the following commands
install.packages("tidyverse")
install.packages("gt")
install.packages("readxl")

During the workshop we’ll provide you with an RStudio project with all the files you’ll need. Please make sure you have a software to unzip files.

If you have any questions or issues with this steps, please get in contact!