Releases: MS-Quality-Hub/rmzqc
Releases · MS-Quality-Hub/rmzqc
v0.7: improving performance
What's Changed
- Fixes [v0.5.5] by @cbielow in #23
- V0.5.6 by @cbielow in #24
- V0.6 by @cbielow in #26
- Improving performance by @Jeremi-Maciejewski in #27
New Contributors
- @Jeremi-Maciejewski made their first contribution in #27
Full Changelog: v0.5.4...v0.7
v0.5.4
[CRAN] version 0.5.4 (2024/04/16)
v 0.5.4 :
- more robust handling of internet access when retrieving latest PSI-MS CV (functions do not fail, but fall back to local PSI-MS.obo by default)
v 0.5.3 :
-
new convenience function: localFileToURI()
-
"version" in
toAnalysisSoftware()
can be anything now (not required to be a 'character'), e.g. use packageVersion("somePkg") -
"uri" in
toAnalysisSoftware()
is optional now and is left empty if no URI is found in the OBO description -
passes tests even if offline (no PSI-MS CV update)
Full Changelog: v0.5.2...v0.5.4
v0.5.2
[CRAN] version 0.5.2 (2023/08/05)
- 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)
[CRAN] version 0.5.1 (2023/07/10)
- fixes a bug in 0.5.0 when internet connection is missing