Skip to content
Snippets Groups Projects
Verified Commit 1051f74e authored by Gärber, Florian's avatar Gärber, Florian
Browse files

chore: Update NEWS.md and bump version

parent eae041ce
No related branches found
No related tags found
No related merge requests found
Type: Package Type: Package
Package: VISOR Package: VISOR
Title: Very Interoperable Spectra Objects for R Title: Very Interoperable Spectra Objects for R
Version: 0.0.0.9001 Version: 0.0.0.9002
Authors@R: Authors@R:
person("Florian", "Gärber", , "florian.gaerber@uni-hamburg.de", role = c("cre", "aut"), person("Florian", "Gärber", , "florian.gaerber@uni-hamburg.de", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-3875-9736")) comment = c(ORCID = "0000-0003-3875-9736"))
......
...@@ -9,3 +9,12 @@ ...@@ -9,3 +9,12 @@
* Add opusreader2 source for hyperSpec: `opusreader2_to_hyperSpec()` * Add opusreader2 source for hyperSpec: `opusreader2_to_hyperSpec()`
* Add opusreader2 source for ChemoSpec via hyperSpec: `opusreader2_to_ChemoSpec()` * Add opusreader2 source for ChemoSpec via hyperSpec: `opusreader2_to_ChemoSpec()`
* Add support functions `.getDataBlockNames()` and `.getParamBlockNames()`. * Add support functions `.getDataBlockNames()` and `.getParamBlockNames()`.
## Changes
* Fix call to `hyperSpec::new_hyperSpec` (was renamed to `hyperSpec::hyperSpec` in https://github.com/r-hyperspec/hyperSpec/commit/65c2c2d562769cf998d1ead950538089d3bf52d5).
* `to_ChemoSpec`-family of functions:
* `groups` is no longer a required parameter.
* `groups` now also accepts a single string or integer value,
which is then treated as the group for every sample.
* `groups` now defaults to `"{missing group}`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment