Skip to content

design principles #5

@ernestguevarra

Description

@ernestguevarra

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions