Warning messages during intallation of XCMS
1
0
Entering edit mode
@884ef821
Last seen 2.2 years ago
China

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:

enter image description here enter image description here

xcms Install • 1.3k views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 2 hours ago
United States

You didn't get an error. You got a warning. Did you read what it said? It seems pretty self-explanatory, and also gives you other things you can read for further information.

In addition, you can just copy and paste the output and then highlight and click the button that says 'CODE' to make it more legible.

ADD COMMENT
0
Entering edit mode

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:

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.

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.

ADD REPLY
0
Entering edit mode

Have you gone to https://github.com/sneumann/mzR/wiki/mzR-Rcpp-compiler-linker-issue and read what they say you can do?

ADD REPLY

Login before adding your answer.

Traffic: 651 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6