sgibb / MALDIquant

Quantitative Analysis of Mass Spectrometry Data
https://strimmerlab.github.io/software/maldiquant/
60 stars 25 forks source link

add LongVector support #13

Closed sgibb closed 11 years ago

sgibb commented 11 years ago

R 3.0.0 will add LongVector support: http://stat.ethz.ch/R-manual/R-devel/library/base/html/LongVectors.html

Length of mass and intensity are possibly no integers anymore. That's why some C code has to be rewritten. All .C-calls have to be replaced by .Call (#14).

( Low priority because who want's to (or could) create spectra with more than 2^31-1 data points?:open_mouth:)