Skip to content

DTSg v0.8.1

Compare
Choose a tag to compare
@gisler gisler released this 27 Oct 23:33
· 254 commits to cc5f38d275b8431f81a027216523b7814e3dd60d since this release
  • Added a “special class” called ".numerary" available to the class argument of the cols() method: allows for querying the names of integer and numeric columns in one go.
  • Added undocumented raggregate(), rbind(), set() and setnames() methods exclusive only to the R6 interface acting as aliases for the rowaggregate(), rowbind(), setCols() and setColNames() methods.
  • print() method now truncates the number of printed rows of the values more aggressively.
  • Created a pkgdown website.
  • Improved vignettes and documentation.