Skip to content

v1.3.1: Two small bug fixes

Compare
Choose a tag to compare
@cbailiss cbailiss released this 02 Apr 08:31
· 124 commits to master since this release

This release includes two small bug fixes only:

  • Pivot tables with nothing on the rows axis fail to convert to a data frame using pt$asDataFrame() (issue #30).
  • Pivot tables with nothing on rows and/or columns sometimes fail to convert to a matrix using pt$asMatrix() or pt$asDataMatrix().