eemanalyzeR 1.2.0
(2026-04-16)
Moving some of the checks of the QA/QC samples to the
run_eemsfunction so they don’t warn the user multiple times as thecheck_mdlandcheck_stdare run several times throughoutrun_eems.-
Updated
validate_blanksto clip to the area of interest before plotting so it is easier to see any issues
increased the width of the scattering to remove a little to better see any issues
added a message directing users to check out the
output-documentationfor checking the blank which prints once per session.
-
Updating vignettes.
Added
custom-process-stepsto describe how to update and save changes to defaults and use multiple methods.Added figures and snippets of the output files in
output-documentationandgetting-started.Added section in
output-documentationto describe what to look for in the blank validation step. (#19)
eemanalyzeR 1.1.0
(2026-03-31)
Updated
create_mdlandcreate_stdfunctions to ask to update the default qaqc_dir in the user_config if it’s NA and not directory is provided. This fixes the issue caused by version 1.0.2 which de-automated creating and then using the QA/QC standard files (#22).Modified how mdl and std files are saved, adding an argument
methodto the functions which is used to give a unique name for different QA/QC methods (#24).Created a new helper function
get_qaqcwhich will look for QA/QC files, ask the user which set to use if there’s more than one set, update the readme with the files used, and return the QA/QC files (#24).
eemanalyzeR 1.0.3
(2026-03-30)
Added an argument (
sum_plot) toexport_datato skip the summary plot to fix bug when processing a large (>50) samples at a time (#28).Added check when running
check_mdlorcheck_stdto warn if the wavelengths differ between the QA/QC file and the samples (#24).Further updated the pattern defaults to be a little more flexible for
skipindir_readto work with our example data (#20).
eemanalyzeR 1.0.2
(2026-03-26)
Updating all functions to remove the use of helper function
.qaqc_dirand replace withget_qaqc_dirwhich pulls from the config file (#22).Updated the default value for
qaqc_dirin the config file to.na.character.When creating MDL and check standard files, if no
qaqc_diris specified it will return the file as an R object with a warning.
eemanalyzeR 1.0.1
(2026-03-09)
- Updated defaults for
skipindir_readto be more robust and to skip samples with “abs” in the name (#20).
