-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels