Entering edit mode
Hi, there So werid that I've got warning messges during installation of xcms (╥╯^╰╥) Does anyone know how to solve it? Many thanks!!!
my codes were shown below: (Exactly the same with official introduction)
'''if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("xcms")'''
And here is the output:
> if (!require("BiocManager", quietly = TRUE))
Warning message:
In fun(libname, pkgname) :
mzR has been built against a different Rcpp version (1.0.7)
than is installed on your system (1.0.8). 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 also
https://github.com/sneumann/mzR/wiki/mzR-Rcpp-compiler-linker-issue.
+ install.packages("BiocManager")
Bioconductor version 3.14 (BiocManager 1.30.16), R 4.1.2 (2021-11-01)
>
> BiocManager::install("xcms")
'getOption("repos")' replaces Bioconductor standard repositories, see
'?repositories' for details
replacement repositories:
CRAN: https://cran.rstudio.com/
Bioconductor version 3.14 (BiocManager 1.30.16), R 4.1.2 (2021-11-01)
Old packages: 'class', 'foreign', 'MASS', 'Matrix', 'mgcv', 'MSnbase', 'nlme',
'nnet', 'rpart', 'spatial'
Update all/some/none? [a/s/n]:
Details were showed in this sreenshot:
Thanks a lot for your comment. I've read what it siad but I don't know how to deal with it... Need I change my Rcpp version back to version 1.0.7? I've just run 'library (xcms)' sucessfully, yet got this warnning message:
Also, I've search this question in our forum. Some said that Rcpp has got enhancement and the warnning message could just be ignored. Is that OK? I'm just start learning R. Still preparing for the long haul. Are there any fundamental learning materials that you recomment? I would be appreciated to see your comments.
Have you gone to https://github.com/sneumann/mzR/wiki/mzR-Rcpp-compiler-linker-issue and read what they say you can do?