Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: MS-Quality-Hub/rmzqc

v0.7: improving performance

16 Jul 06:31
fd61615

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.7

v0.5.4

16 Apr 08:10
c809b32

Choose a tag to compare

[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

08 Aug 17:47
ee78ce7

Choose a tag to compare

[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

v0.5.0

05 Jul 12:13
0b756ee

Choose a tag to compare

[CRAN] version 0.5.0 (2023/07/05)

  • use the latest PSI-CV obo release by default (not the current master!)
  • allow for using a custom global CV (see vignettes)

v0.4.2

26 Apr 06:13
260076f

Choose a tag to compare

[CRAN] version 0.4.2 (2023/04/23)

  • bugfix release (CV_ member not found when rmzqc is not attached)

v0.4.1

11 Apr 08:21
ada131f

Choose a tag to compare

[CRAN] version 0.4.1 (2023/04/11)

  • Feature: support validation of mzQC files (via validateFrom...() functions, see Vignettes)

v0.3.0

17 Oct 08:33
ca8e5ca

Choose a tag to compare

  • Feature: support reading mzQC files (via readMZQC(), see Vignettes)

v0.1.0

18 Aug 12:39
f5a46c1

Choose a tag to compare

First official release (version 0.1.0) - also available on CRAN