Errors installing mzR package
1
0
Entering edit mode
pdaltron • 0
@pdaltron-20180
Last seen 5.1 years ago

Dear all,

I have been trying to run a few examples using proteomics data and I have been getting the follow error message below. Could anyone help me to understand this problem?

Thanks in advance!

Version Info
R version: R version 3.5.3 (2018-12-20) 
RStudio version 1.1.463
Bioconductor version: 3.8 
>install.packages("BiocManager")
BiocManager::install("colorspace", dependencies = TRUE)
BiocManager::install("RforProteomics")
BiocManager::install("MSnbase", dependencies = TRUE)

>library("RforProteomics")
Loading required package: MSnbase
Loading required package: mzR
Error: package or namespace load failed for ‘mzR’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
 there is no package called ‘ncdf4’
Error: package ‘mzR’ could not be loaded
proteomics error • 2.0k views
ADD COMMENT
1
Entering edit mode
@laurent-gatto-5645
Last seen 2 days ago
Belgium

The mzR package is missing. The lines that tried to installed RforProteomics and MSnbase must have failed, as both depend on mzR.

To install mzR you will first have to install a system dependency, ncdf4, using your package manager. On ubuntu/debian, it should be sudo apt install libnetcdf-dev. Then, run BiocManager::install("mzR").

ADD COMMENT
0
Entering edit mode

Thanks! I have just done what you told me. I think It is working.

ADD REPLY

Login before adding your answer.

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