Skip to contents

FastUtils (development version)

Additions

  • Add setIndex(), setCol(), setRow(), setAt() as chainable functional aliases to various argument permuatations of the generic [<-
  • Added verbose argument to fixColnames

Changes

  • import waldo for diff messages
  • potential bugfix for the behaviour of mutateToRownames(.remove=TRUE)

FastUtils 0.2.1

CRAN release: 2024-08-17

Additions

Changes

  • the following arguments were renamed from using snake_case to camelCase:
  • The checks argument of validateObject() now allows the input to also just be a single function
  • many functions now have assertions about its inputs
  • corrected and improved some documentation

FastUtils 0.1.1

CRAN release: 2024-07-09

Initial CRAN release. Many functions err more on the “readability” side rather than the “fast” side, but performance improvements are to be added in every upcoming release as the rate of increase in exported functions per release slow down.