Query regarding Rcpp and dplyr packages
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?
• 3,945 views
•
link
1 answer
As you have suggested
I didn't!
surbhisharma296: this is your first post on Biostars.
Please also mention the operating system, which you are working on.
If you are using windows, have a look at Installing Rcpp on Windows 7 for R and C++ integration
• 0 views
•
link
Log in to answer this question.
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-rcppAlso 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
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)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".