Skip to content

fplyr 1.2.0

Compare
Choose a tag to compare
@fmarotta fmarotta released this 07 May 14:01
· 12 commits to master since this release

fplyr 1.2.0

  • Introduce ftply(), to return the output as a "data.table"
  • Deprecate fdply() in favor of ftply()
  • Add a vignette
  • Refurbish the tests
  • Add some benchmarks
  • Fix typos in the docs
  • Allow blocks to be long vectors
  • Support the colClasses option