Error loading tidyverse library with "there's no package called colorspace"

hello guys, new R user here. I have installed the tidyverse package but when loading the tidyverse library i get this error message; Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘colorspace’
can anybody help?

Try installing the missing package

install.packages("colorspace")

If you get any error message while doing so, please post the complete console output you get when you try to install it.

It worked. I appreciate.

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.