mzR-Rcpp compiler version issue
2
0
Entering edit mode
bniego • 0
@4e159aaf
Last seen 12 weeks ago
United States

Output generated from Perseus after downloading R, RStudio, and RTools, and PerseusR package from github-https://github.com/cox-labs/PerseusR Received this error message from Perseus after trying to use imputeLMCD using a script from the PerseusR package. I'm not sure if it possible download a different version of Rcpp (1.1.0) and/or how I might go about doing that. Thank you in advance for help.


Rcpp Perseus mzR • 224 views
ADD COMMENT
0
Entering edit mode
@laurent-gatto-5645
Last seen 3 days ago
Belgium

There are two issues here.

First, a warning about mzR, that you can safely ignore. It tells you that mzR was compiled using a different Rcpp version than you have installed. This used to be a problem in the early days of Rcpp. We could probably safely remove the warning nowadays.

Kevin's installation instructions are correct, but probably not necessary. Just note that installing mzR from source has system dependencies, that you might need to install.

Second, there's an error in the read.perseus() function, when it calls read.table() - the error says that there are more columns that names. There's either because your input data has a problem, or there's a bug in their function or the expected outputs have changed.

This second problem isn't related to Bioconductor, and you should enquirer with the authors of the PerseusR package.

ADD COMMENT

Login before adding your answer.

Traffic: 479 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