diff --git a/DESCRIPTION b/DESCRIPTION index cfd0006..19cfed3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: chromConverter Title: Chromatographic File Converter -Version: 0.5.1 +Version: 0.6.0 Authors@R: c( person(given = "Ethan", family = "Bass", email = "ethanbass@gmail.com", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index 7f021dc..b25145d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,12 @@ -## chromConverter 0.5.1 +## chromConverter 0.6.0 * Fixed `read_chemstation_ch` parser to correctly read "Mustang Chemstation" 179 files with 8-byte encoding. * Added alias to `read_chroms` for reading `mzxml` files with `RaMS`. -* Refactored `read_shimadzu` function and added support for new types of chromatograms (e.g. status, uv and total ion chromatograms). Added support for reading multiple types of chromatograms at once. +* Added internal parser for 1D 'Waters RAW' chromatograms. +* Added `collapse` argument to call_rainbow to collapse superfluous lists. +* Re-factored `read_shimadzu` function and added support for new types of chromatograms (e.g. status, uv and total ion chromatograms). Added support for reading multiple types of chromatograms at once. * Added support for reading MS spectra from 'Shimadzu' ascii files using `read_shimadzu`. +* Added `...` argument to `read_chroms` for supplying additional arguments to parsers. ## chromConverter 0.5.0 diff --git a/inst/CITATION b/inst/CITATION index 184f6bb..c890776 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -5,7 +5,7 @@ citEntry( title = "chromConverter: Chromatographic File Converter", author = "Ethan Bass", year = "2023", - version = "version 0.5.1", + version = "version 0.6.0", doi = "10.5281/zenodo.6792521", url = "https://ethanbass.github.io/chromConverter/", textVersion = paste("Bass, E. (2023).",