When tried loading getting the below erro.r
library(dplyr)
Error: package or namespace load failed for ‘dplyr’ in get(Info[i, 1], envir = env):
cannot open file 'C:/Program Files/R/R-3.6.3/library/crayon/R/crayon.rdb': No such file or directory
When tried loading getting the below erro.r
library(dplyr)
Error: package or namespace load failed for ‘dplyr’ in get(Info[i, 1], envir = env):
cannot open file 'C:/Program Files/R/R-3.6.3/library/crayon/R/crayon.rdb': No such file or directory
You should try reinstalling the crayon
, It seems there is something corrupted in its installation.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.