This is a patch containing compatibility updates.
This is a minor release adding new features.
There are no breaking changes in this release (all changes and new features are backwards compatible).
Plotting functions:
orbi_plot_satellite_peaks()
implementedorbi_plot_isotopocule_coverage()
implementedorbi_plot_raw_data()
implemented
Information functions:
orbi_get_isotopocule_coverage()
orbi_simplify_isox()
now includesintensity
by default and allows addition of user-specified columnsorbi_flag_satellite_peaks()
,orbi_flag_weak_isotopocules()
andorbi_flag_outliers()
now provide additional information when no data is flagged and how to visualize what was flagged (if anything)
orbi_add_blocks_to_plot()
now supports log scale axes
This is a minor release adding new features.
There are no breaking changes in this release (all changes and new features are backwards compatible).
orbi_find_isox()
addedorbi_analyze_noise()
implementedorbi_plot_shot_noise()
implementedorbi_flag_satellite_peaks()
,orbi_flag_weak_isotopocules()
andorbi_flag_outliers()
supersedeorbi_filter_satellite_peaks()
,orbi_filter_weak_isotopocules()
andorbi_filter_scan_intensity()
orbi_export_data_to_excel()
implementedorbi_define_block_for_flow_injection()
implementedorbi_add_blocks_to_plot()
implemented
- all loading and utility functions provide more details in the info message about what has been done, what was affected, and how long it took
- all loading and utility functions catch processing errors and report the information back to the user
orbi_read_isox()
now can read multiple .isox files at once and includes the .isoxfilepath
in the resulting tibble
- data frame groupings introduced in flagging/filtering functions are now removed again at the end of the function
This is a minor release adding new features and fixing a few bugs.
There are no breaking changes in this release (all changes and new features are backwards compatible).
- implemented functionality for dual inlet data acquisitions, see
orbi_define_blocks_for_dual_inlet()
andorbi_get_blocks_info()
- implemented package settings, using internal functions
isoorbi::orbi_get_settings
,isoorbi::orbi_set_settings
- removed dependency on
stringr
- implemented native pipe
|>
(R version requirement increased to 4.1.0) and removed dependency onmagrittr
- added
.by
parameter fororbi_summarize_results()
for option to manually adjust grouping
dplyr
changes to joins with explicitmultiple
argument.multiple
now defaults to "all", and the options of "error" and "warning" are now deprecated in favor of usingrelationship
.
First public release.