lgatto / MSnbase

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

Enable "fast load" also on macOS #557

Closed jorainer closed 2 years ago

jorainer commented 2 years ago

Reading the header information for the last spectrum before importing the peaks matrix led to random errors on recent macOS/R versions - although this fix was introduces years back to avoid exactly those errors. This PR changes the default on macOS - Windows and linux installation are unaffected (always used fast load = TRUE).

jorainer commented 2 years ago

Maybe it would also be good to include this fix also in the BioC 3.14 branch...

lgatto commented 2 years ago

Yes, will also backport to latest release -- done.