Hi, the readIndex function can not extract precursor charge and monoisotopicMz.
library(rawrr)
raw_file = '../001_rawData/test.raw'
tmp = readIndex(rawfile = raw_file)
Here is the result of the readIndex

It works well two months before, but recent days, it can not extract these two columns.
Hi, the readIndex function can not extract precursor charge and monoisotopicMz.
library(rawrr)
raw_file = '../001_rawData/test.raw'
tmp = readIndex(rawfile = raw_file)
Here is the result of the readIndex

It works well two months before, but recent days, it can not extract these two columns.