lgatto / MSnbase

Base Classes and Functions for Mass Spectrometry and Proteomics
http://lgatto.github.io/MSnbase/
123 stars 50 forks source link

‘MSnbase.so’ not found #577

Closed cyan20200410 closed 2 years ago

cyan20200410 commented 2 years ago

Hi experts

I have the following error while trying to load MSnbase

library(MSnbase) Error: package or namespace load failed for ‘MSnbase’ in library.dynam(lib, package, package.lib): shared object ‘MSnbase.so’ not found In addition: Warning message: package ‘MSnbase’ was built under R version 4.1.2

Could anyone help please?

lgatto commented 2 years ago

Please re-install the package with BiocManager::install("MSnbase")

cyan20200410 commented 2 years ago

Thank you. It works!