When I try to load ggplot2 I receive the message:
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘Rcpp’
I unable to find this message in previous answers. Can someone help, thanks.
I've downloaded everything from scratch, but I still get same message each time I load an RStudio project.
sessionInfo()make sure Rcpp is actually attached, if its not load it manually then try loading ggplot2. Assuming it is loaded or this doesn't help I'd try completely uninstalling and reinstalling R. Also maybe check and see if you get the same error working without RStudio.