Cannot load tidyverse,how can I fix it

hi everyone,I need help,I'm really struggle with install tidyverse,I try to install the tidyverse twice but it still annouce that error ,How can I fix it?, anyone help me,please.

You are missing, at least, the package colorspace. What happens if you run

install.packages("colorspace")

and then try to use ggplot?

1 Like

thanks you so much,it work

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.