{
  "_id": "6a1ee685b401979e73411576",
  "Package": "q3ML",
  "Type": "Package",
  "Title": "Open and Parse SRM mzML Files from Thermo Triple Quadrupole\nInstruments",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Tom\", \"Wilson\", , \"tpw2@aber.ac.uk\", c(\"aut\", \"cre\")))",
  "Description": "Parses selective reaction monitoring (SRM) mzML\nchromatograms exported from Thermo triple quadrupole\ninstruments. The package is intended as a fallback for newer\nProteoWizard-generated mzML files where chromatogram data\ncannot be decoded through 'mzR', while preserving output\nstructures that are easy to compare with 'mzR' headers and\nchromatograms.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/pak/sysreqs": "libicu-dev libxml2-dev",
  "Repository": "https://wilsontom.r-universe.dev",
  "Date/Publication": "2026-05-19 21:29:49 UTC",
  "RemoteUrl": "https://github.com/wilsontom/q3ML",
  "RemoteRef": "HEAD",
  "RemoteSha": "132193fbbca597ad66b0b9c1889e181c5a276f97",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 22:16:09 UTC",
    "User": "root"
  },
  "Author": "Tom Wilson [aut, cre]",
  "Maintainer": "Tom Wilson <tpw2@aber.ac.uk>",
  "MD5sum": "1e48a9d613238f6696d2c1332a85f3d1",
  "_user": "wilsontom",
  "_type": "src",
  "_file": "q3ML_0.1.0.tar.gz",
  "_fileid": "49c6a3fbe945e63c18fe60d4194e7b1280fb1796499f92c7e7318035325743d0",
  "_filesize": 3563437,
  "_sha256": "49c6a3fbe945e63c18fe60d4194e7b1280fb1796499f92c7e7318035325743d0",
  "_created": "2026-05-19T22:16:09.000Z",
  "_published": "2026-06-02T14:19:49.389Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79092731955,
      "time": 149,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7096743503"
    },
    {
      "job": 79092733179,
      "time": 137,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7096740257"
    },
    {
      "job": 79092732852,
      "time": 105,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7096731758"
    },
    {
      "job": 79092732487,
      "time": 87,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7096726484"
    },
    {
      "job": 79092731901,
      "time": 200,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7096700607"
    },
    {
      "job": 79092731353,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7360372622"
    },
    {
      "job": 79092732215,
      "time": 84,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7096725757"
    },
    {
      "job": 79092732426,
      "time": 86,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7096726428"
    },
    {
      "job": 79092732526,
      "time": 72,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7096722501"
    }
  ],
  "_buildurl": "https://github.com/r-universe/wilsontom/actions/runs/26128479146",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/wilsontom/q3ML",
  "_commit": {
    "id": "132193fbbca597ad66b0b9c1889e181c5a276f97",
    "author": "Thomas Wilson [tpw2] (Staff) <tpw2@aber.ac.uk>",
    "committer": "Thomas Wilson [tpw2] (Staff) <tpw2@aber.ac.uk>",
    "message": "fix conflict\n",
    "time": 1779226189
  },
  "_maintainer": {
    "name": "Tom Wilson",
    "email": "tpw2@aber.ac.uk",
    "login": "wilsontom",
    "description": "Postdoctoral Researcher @ Department of Life Sciences, Aberystwyth University UK.  \n\nHigh resolution mass spectrometry, metabolomics & bioinformatics",
    "uuid": 5216870
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "magrittr",
      "role": "Depends"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "base64enc",
      "role": "Imports"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "mzR",
      "role": "Suggests"
    }
  ],
  "_owner": "wilsontom",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-36",
      "n": 1
    },
    {
      "week": "2026-21",
      "n": 13
    }
  ],
  "_tags": [],
  "_topics": [
    "mass-spectrometry",
    "mrm-ms",
    "mzml",
    "mzr",
    "srm-ms",
    "xml2"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "wilsontom",
      "count": 68,
      "uuid": 5216870
    }
  ],
  "_userbio": {
    "uuid": 5216870,
    "type": "user",
    "name": "Tom Wilson",
    "description": "Postdoctoral Researcher @ Department of Life Sciences, Aberystwyth University UK.  \r\n\r\nHigh resolution mass spectrometry, metabolomics & bioinformatics"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/q3ML"
  },
  "_devurl": "https://github.com/wilsontom/q3ml",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/q3ML.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "openFile"
  ],
  "_help": [
    {
      "page": "openFile",
      "title": "Open .mzML File",
      "topics": [
        "openFile"
      ]
    }
  ],
  "_readme": "https://github.com/wilsontom/q3ML/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "cli",
    "cpp11",
    "crayon",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr",
    "xml2"
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "q3ml",
  "_universes": [
    "wilsontom"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-19T22:18:35.000Z",
      "distro": "noble",
      "commit": "132193fbbca597ad66b0b9c1889e181c5a276f97",
      "fileid": "57efef83578ed3c9c19d73e481a71f0b677f5ddfd33d13484bb1ddac5817e915",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wilsontom/actions/runs/26128479146"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-19T22:18:25.000Z",
      "distro": "noble",
      "commit": "132193fbbca597ad66b0b9c1889e181c5a276f97",
      "fileid": "6da7ec97dc7bcfd962286c0024e59d3ca54a9b7b0683e5b056a866b5e890e236",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wilsontom/actions/runs/26128479146"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-19T22:17:56.000Z",
      "commit": "132193fbbca597ad66b0b9c1889e181c5a276f97",
      "fileid": "d27af320f3e101aab697ebd7b2c9c867850151686295ac081c5a7ef6f977f5a0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wilsontom/actions/runs/26128479146"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-19T22:17:42.000Z",
      "commit": "132193fbbca597ad66b0b9c1889e181c5a276f97",
      "fileid": "de7fc2c2ef208dc626471221d075a7f428d36c87e0b0a1509fb945c4e10a5b57",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wilsontom/actions/runs/26128479146"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-19T22:17:29.000Z",
      "commit": "132193fbbca597ad66b0b9c1889e181c5a276f97",
      "fileid": "d604870c4597b2774417955115491b21c8d14bbbc07ad7fb5deb0a08594f0979",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wilsontom/actions/runs/26128479146"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-19T22:17:30.000Z",
      "commit": "132193fbbca597ad66b0b9c1889e181c5a276f97",
      "fileid": "dcd8c9c55f45a9f51bffbdf6fe1a75c0192f0b03a41f7d9acdec29890a5a6131",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wilsontom/actions/runs/26128479146"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-19T22:17:17.000Z",
      "commit": "132193fbbca597ad66b0b9c1889e181c5a276f97",
      "fileid": "9d36c2a5f893466e39e7ba20fe2f07aa76071c7544ed4ecfe74776b2db5ede1b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wilsontom/actions/runs/26128479146"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T14:19:18.000Z",
      "commit": "132193fbbca597ad66b0b9c1889e181c5a276f97",
      "fileid": "2016a86043314224edf44d714188c6c34e290052c42a2d96636cd272128d1690",
      "status": "success",
      "buildurl": "https://github.com/r-universe/wilsontom/actions/runs/26128479146"
    }
  ]
}