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 thethresholdargument. This argument is now used with theconsensus()method that calculates consensus calculations based on a providedadductandthresholdarguments.The
construction()method now supports parallel processing using thefuturepackage.The search logic within the
construction()method has been streamlined to improve performance.The argument
library_pathin the methodconstruction()now specifies the full path to the construction library.Added the
plotSankey()method to plot structural overviewsAdded the
structural_classificationsexample 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
classyfireRfor caching structural classifications.Added a
construction()method for theAssignmentsS4 class.Added the
ConstructionS4 class, which is returned when using theconstruction()method for theAssignmentsS4 class.Added the molecular formula search number and percentage progress to the console output of
construction().