Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 506 Bytes

NEWS.md

File metadata and controls

35 lines (18 loc) · 506 Bytes

DFplyr 0.0.3

NEW FEATURES

  • Preparation for Bioconductor release

SIGNIFICANT USER-VISIBLE CHANGES

BUG FIXES

  • summarise() now prints the return value

DFplyr 0.0.2

NEW FEATURES

  • Added tally()
  • Better importing of generics

SIGNIFICANT USER-VISIBLE CHANGES

  • rename() is now rename2() to avoid conflicts with S4Vectors::rename

BUG FIXES

  • slice() now respects group information

DFplyr 0.0.1

NEW FEATURES

  • Initial working version
  • Some group information is not respected