Install R package

Overview

Teaching: 0 min
Exercises: 10 min
Questions
Objectives
  • install Tidyverse in the background

We will first install the Tidyverse R package as it can take some time to install. Open Rstudio NOT from within a conda environment, instead use the one that is pre-installed of the system. You can find it through the button in top left corner of the screen > programming > Rstudio.

Next, install Tidyverse:

install.packages('tidyverse')

While Tidyverse is installing please listen to the lecture.

Key Points

  • Start the installation of R package and continue with the next lesson