ISSUE with loading TIDYVERSE PACKAGE IN R

i kept getting this error whenever i try to load tidyverse package in R:
library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’:
.onAttach failed in attachNamespace() for 'tidyverse', details:
call: NULL
error: package or namespace load failed for ‘ggplot2’ in get(Info[i, 1], envir = env):
cannot open file 'C:/Users/My PC/AppData/Local/R/win-library/4.2/colorspace/R/colorspace.rdb': No such file or directory

PLEASE HELP ME!!!!!

restart your R session clean, without workspaces autoloading in .
then do

install.packages("colorspace")

restart and try again

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.