Changelog
construction 0.4.2
Added the “No consensus” kingdom for occasions where a consensus above the specified threshold cannot be reached.
Ensure that the specified consensus threshold is correctly set when assessing library status.
construction 0.4.0
The
construct()
function no longer uses thethreshold
argument. This argument is now used with theconsensus()
method that calculates consensus calculations based on a providedadduct
andthreshold
arguments.The
construction()
method now supports parallel processing using thefuture
package.The search logic within the
construction()
method has been streamlined to improve performance.The argument
library_path
in the methodconstruction()
now specifies the full path to the construction library.Added the
plotSankey()
method to plot structural overviewsAdded the
structural_classifications
example data set for theplotSankey()
plot example.
construction 0.3.1
Remove throttling of ClassyFire database queries.
Added elapsed time to the progress bar.
construction 0.3.0
The package documentation is now available at https://jasenfinch.github.io/construction/.
Function documentation improvements.
Added support for the caching utilities now available in
classyfireR
for caching structural classifications.Added a
construction()
method for theAssignments
S4 class.Added the
Construction
S4 class, which is returned when using theconstruction()
method for theAssignments
S4 class.Added the molecular formula search number and percentage progress to the console output of
construction()
.