Error when loading 'tidyverse' package

Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘colorspace’

This error means that you need to install the colorspace package before installing tidyverse

install.packages("colorspace")

Repeat as needed if a similar error message appears. Sometimes R does not automatically install a dependency .

Thanks a lot ! It really helped me.

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.