Warning handlers did not work correctly.
There was a scoping issue with the plot parameter in gasfluxes if one of the ID columns was called “plot”.
selectfluxes has now gained a tolerance parameter to enable fine-tuning the check introduced in the previous version.
CRAN has asked for a package rebuild with the newest knitr version due to encoding issues in the vignette.
Added Pearson’s correlation coefficient to output of linear fit.
Breaking change: Flux selection has now its own function selectfluxes. This makes implementing new algorithms easier. Please consult help(“selectfluxes”) for usage examples.
Implemented Roman Hueppi’s flux selection algorithm.
New Vignette included.