Skip to content
Prev 9895 / 21312 Next

[Bioc-devel] Need help

Dear All,

I am coming across following error.

Warning message:In fun(libname, pkgname) :
  mzR has been built against a different Rcpp version (0.12.6)
than is installed on your system (0.12.7). This might lead to errors
when loading mzR. If you encounter such issues, please send a report,
including the output of sessionInfo() to the Bioc support forum at
https://support.bioconductor.org/. For details see
alsohttps://github.com/sneumann/mzR/wiki/mzR-Rcpp-compiler-linker-issue.

I followed as suggested
https://github.com/sneumann/mzR/wiki/mzR-Rcpp-compiler-linker-issue


1) Update mzR

library("BiocInstaller")biocLite("mzR")

2) Upgrade your Bioconductor installation

library("BiocInstaller")biocLite("BiocUpgrade")
without any arguments to update installed packages

Please suggest me how to fix this problem.

Thanks for your help.

Arvind...