I am trying to load tidyverse in Rstudio Cloud, and get the error message as shown below:
library(tidyverse)
Error in library(tidyverse) : there is no package called ‘tidyverse’
Works perfectly well with my Windows laptop running Rstudio app.
Also trying to install openair and get the same message.
library(openair)
Error in library(openair) : there is no package called ‘openair’
Any ideas to help a novice Rstudio users
Thanks