This is a minor update to decrease package size for CRAN.
orbi_get_example_files()
that can download
additional example files to provide easier access to test files for
usersThis is a minor update to enhance usability.
orbi_identify_isotopocules
(#95)orbi_identify_isotopocules
orbi_identify_isotopocules
(#94)orbi_read_raw
fails
because the raw file is still being acquiredorbi_get_example_files
function as a one-point
stop to get both system package test files as well as downloadable test
filesorbi_find_raw
now finds both .raw and .RAW extensions
(i.e. no longer case-sensitive)There are no breaking changes in this release (all changes and new features are backwards compatible).
orbi_read_raw()
orbi_identifiy_isotopocule()
from csv, tsv, and excel
inputsorbi_calculate_ions()
to calculate ions
from peak intensities and noise with flexible CN
and
RN
parametersorbi_plot_spectra()
to plotorbi_flag_outliers()
functionality
(contributed by Florian Rubach)There are no breaking changes in this release (all changes and new features are backwards compatible).
orbi_read_read()
) via the rawrr packageorbi_options()
replaces orbi_set_settings()
and
orbi_get_options()
/ orbi_get_option()
replaces orbi_get_settings()
)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()
implementedInformation functions:
orbi_get_isotopocule_coverage()
orbi_simplify_isox()
now includes
intensity
by default and allows addition of user-specified
columnsorbi_flag_satellite_peaks()
,
orbi_flag_weak_isotopocules()
and
orbi_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
axesThis 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()
and
orbi_flag_outliers()
supersede
orbi_filter_satellite_peaks()
,
orbi_filter_weak_isotopocules()
and
orbi_filter_scan_intensity()
orbi_export_data_to_excel()
implementedorbi_define_block_for_flow_injection()
implementedorbi_add_blocks_to_plot()
implementedorbi_read_isox()
now can read multiple .isox files at
once and includes the .isox filepath
in the resulting
tibbleThis 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).
orbi_define_blocks_for_dual_inlet()
and
orbi_get_blocks_info()
isoorbi::orbi_get_settings
,
isoorbi::orbi_set_settings
stringr
|>
(R version requirement
increased to 4.1.0) and removed dependency on magrittr
.by
parameter for
orbi_summarize_results()
for option to manually adjust
groupingdplyr
changes to joins with explicit
multiple
argument. multiple
now defaults to
“all”, and the options of “error” and “warning” are now deprecated in
favor of using relationship
.First public release.