This is a major release adding substantial new features and fixing a few bugs.
There are no breaking changes in this release (all changes and new features are backwards compatible).
- implemented block annotation functionality (FIXME: explain more)
- implemented package settings (FIXME: explain more)
- 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 are now implemented (#10)
First public release.