tidyverse package not able to install

not able to install tidyverse package R studio ask restart several times restarted. but contnuously it asks for restart. pls advise

error message attached

The easiest solution may be to start R itself, not RStudio, and enter install.packages("tidyverse") there. After it installs, type q() to quit R. You should then be able to start RStudio and use library(tidyverse) in the usual way.

1 Like

Thanks.....!!! understand

eventhough i was install it in R first then opened the studio i am getting same kind of error. pls advise

What code are you running in RStudio? You shoud only need to run library(tidyverse).

1 Like

Thanks....got it. i will do it