Package: q3ML Type: Package Title: Open and Parse SRM mzML Files from Thermo Triple Quadrupole Instruments Version: 0.1.0 Authors@R: c( person("Tom", "Wilson", , "tpw2@aber.ac.uk", c("aut", "cre"))) Description: Parses selective reaction monitoring (SRM) mzML chromatograms exported from Thermo triple quadrupole instruments. The package is intended as a fallback for newer ProteoWizard-generated mzML files where chromatogram data cannot be decoded through 'mzR', while preserving output structures that are easy to compare with 'mzR' headers and chromatograms. License: GPL (>= 3) Encoding: UTF-8 Depends: R (>= 3.5.0), magrittr Imports: xml2, dplyr, tidyr, purrr, tibble, stringr, base64enc, crayon, cli RoxygenNote: 7.3.2 Suggests: covr, testthat (>= 3.0.0), mzR Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev libxml2-dev Repository: https://wilsontom.r-universe.dev Date/Publication: 2026-06-15 18:26:34 UTC RemoteUrl: https://github.com/wilsontom/q3ML RemoteRef: HEAD RemoteSha: 459f21527b005622c9d76de2fc8bf5ed49c110f2 NeedsCompilation: no Packaged: 2026-07-15 09:01:35 UTC; root Author: Tom Wilson [aut, cre] Maintainer: Tom Wilson