diff --git a/DESCRIPTION b/DESCRIPTION index 6e14330..83f0643 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: irpeat Title: Functions to Analyze Mid Infrared Spectra of Peat Samples -Version: 0.1.0.9000 +Version: 0.2.0 Authors@R: c(person(given = "Henning", family = "Teickner", diff --git a/NEWS.md b/NEWS.md index ea10b20..b15197e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,11 @@ -# irpeat (development version) +# irpeat 0.2.0 * Performance improvement for `irp_preprocess()`. * Updated `irp_preprocess()`, model preprocessing configurations, and prediction functions to consider the new arguments (1) `new_x_type` from `ir::ir_bin()`, and (2) `bd_do_impute` from `ir::ir_bc()`. * Update the documentation: Adding explicit warnings to `irp_content_klh_hodgkins()`, `irp_content_kl_hodgkins_model`, and `irp_content_h_hodgkins_model` that the related models are not reliable for peat. + +#### Bug fixes + * Correct a typo which made it impossible to compute `holocellulose_2` with `irp_content()`. # irpeat 0.1.0