Problems with installing tidyverse

Hello

I started working with R Studio in cloud and every thing was smooth.
In the process, I grew in confidence and tried to explore more and I dont know which keys I pressed.
Now I am stuck even for small things as follows

library("tidyverse")
Error in library("tidyverse") : there is no package called ‘tidyverse’

download.packages("tidyverse")
Error in dir.exists(destdir) :
argument "destdir" is missing, with no default

Please help

shrinivas

The command for installing packages in R is install.packages() not download.packages()

install.packages("tidyverse")

Also, please use the #rstudio-cloud category only for RStudio Cloud specific topics, not for general R related questions.

Thanks. Problem resolved.
Very silly of me

SHRINIVAS

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.