This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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?

r

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)

Error- object 'Rcpp.plugin.maker' is not exported by  'namespace: Rcpp'
Error- Package or namespace load failed for '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 -

Err http://in.archive.ubuntu.com/ubuntu/ trusty/universe r-cran-rcpp amd64 0.11.0-1
  Could not resolve 'in.archive.ubuntu.com'
Err http://cran.stat.nus.edu.sg/bin/linux/ubuntu/ trusty/ littler 0.2.3-2trusty0
  Could not resolve 'cran.stat.nus.edu.sg'
E: Failed to fetch http://cran.stat.nus.edu.sg/bin/linux/ubuntu/trusty/littler_0.2.3-2trusty0_amd64.deb  Could not resolve 'cran.stat.nus.edu.sg'
E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/universe/r/rcpp/r-cran-rcpp_0.11.0-1_amd64.deb  Could not resolve 'in.archive.ubuntu.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

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)

Error- object 'Rcpp.plugin.maker' is not exported by  'namespace: Rcpp'
Error- Package or namespace load failed for '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".

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

Log in to answer this question.