installation of ggplot2

its giving Error: package or namespace load failed for ‘ggplot2’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘Rcpp’

You are missing this dependency, try installing it

install.packages("Rcpp")
2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.