NEWS
rmzqc 0.7.0 (2025-07-16)
- 4x parsing speed improvement when loading mzQC files (#27)
rmzqc 0.6.1
- updated to fixed mzQC Schema ('label' is now required as demanded by the mzQC specification)
rmzqc 0.6.0 (2025-06-03)
- fix
MzQCbaseQuality$getMetric() function (#25)
- extend
basic guide vignette to showcase different value types for a QualityMetric (single value, n-tuple, table, matrix)
- check and warn for extraneous data in mzQC files which are not part of the specification
rmzqc 0.5.6 (2025-05-22)
- improved error messages when attempting to write invalid mzQC files
- runQuality/setQuality classes now have a getMetric() member function for easier extraction of metrics
- fixed MzQCDateTime to contain a 'Z' at the end of the time to indicate UTC time for full ISO8601 compliance
- update local psi-ms-cv to version 4.1.193
rmzqc 0.5.5 (2025-03-23)
- improved api documentation
- more robust handling of units
rmzqc 0.5.4 (2024-04-16)
- more robust handling of faulty internet connection when retrieving the latest PSI-MS CV
rmzqc 0.5.3 (2023-08-25)
- some convenience functions to create an mzQC document, e.g. 'localFileToURI()'
rmzqc 0.5.2 (2023-08-07)
- Loads the PSI-MS CV only when required (not when the package is loaded, but only when running certain functions which depend on the CV).
- Some documentation fixes (mostly CV related)
rmzqc 0.5.1 (2023-07-11)
- fixes a bug in 0.5.0 when internet connection is missing
rmzqc 0.5.0 (2023-07-06)
- support the latest PSI-MS controlled vocabulary (via automatic download)
rmzqc 0.4.2 (2023-04-23)
- bugfix release (CV_ member not found when rmzqc is not attached)
rmzqc 0.4.1 (2023-04-11)
- Feature: support validation of mzQC files (via validateFrom...() functions, see Vignettes)
rmzqc 0.3.0
- Feature: support reading mzQC files (via readMZQC(), see Vignettes)
rmzqc 0.2.2
- Fix: make the CV singleton object available outside the package (via 'getCVSingleton()')
rmzqc 0.2.1
rmzqc 0.2.0
- Add jupyter notebook with links to Google Colab
- Add a pkgdown website
- Update documentation
rmzqc 0.1.0 (2022-08-18)
- initial release (core mzQC data structures; writing mzQC JSON; tests)
- Versions uploaded to CRAN are marked with [CRAN].