Can't install tidyverse package

Hello, I have trouble with installing the tidyverse package. My computer is Macbook Pro. When I try to install the tidyverse package, it shows:


It seems like download successfully, but when I try to type library(tidyverse), it shows: tidyverse package doesn't exit.
Can you help me about this?What should I do?
Thanks!

The installation of package 'tidyverse' had non-zero exit status means it did not install properly. Not the most intuitive of messages.

You might try a straight

install.packages("tidyverse") 

outside of the .Rmd file and see what happens.

It probably will not install but you can copy and paste the error messages here which should give us more to work on.

Sorry not to be more helpful.

This topic was automatically closed 21 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.