Design principles are: * Use base R functions as much as possible with as little nice-to-have dependencies; * Use base pipe function (`|>`) so will need to have a dependency to version R 4.3; * Think through really useful helper/utility functions that increase efficiencies; * Ensure that functions are vectorised; * Ensure that functions are pipe-friendly
Design principles are:
|>) so will need to have a dependency to version R 4.3;