Entering edit mode
9.4 years ago
surbhisharma296
▴
10
As you have suggested to install Rcpp to resolve ggplot2 error. then again I am getting these errors-
Error : object 'Rcpp.plugin.maker' is not exported by 'namespace:Rcpp'
Error: package or namespace load failed for 'dplyr'
So, can u tell me how to update Rcpp and dplyr to latest versions?
Or any other way to resolve this errors?
surbhisharma296, if you found a post that recommended Rcpp installation to resolve ggplot2 error, please add a link to that post and mention "As suggested in this post".
I am using Ubuntu-14.04 LTS and R -3.2.0. So, can anyone suggest me how to resolve these errors-
In
library(dplyr)
Try this command on linux terminal:
sudo apt-get install r-cran-rcpp
Also refer to Rcpp FAQ
I have already tried to use this command.But it results in some errors -
Read and try this: http://www.johndcook.com/rcpp_ubuntu.pdf