Skip to content

Releases: gowerc/diffdf

v1.1.2

18 Oct 20:15
ca1b533

Choose a tag to compare

Mostly just bug fixes:

  • Fixed bug of where an internal function was reliant on a partial argument match (#138)
  • Fixed bug where diffdf() would error if the input was a complex expression (#133)
  • Fixed bug where diffdf() would error if an input dataset contained a POSIXct column which contains a missing value (#132)
  • Added argument to print() function to allow users to print more than 10 rows at once when creating a file output (#135)

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

24 Sep 16:37
c534d8a

Choose a tag to compare

Fix minor bug with CRAN submission (missing file from .Rbuildignore)

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

24 Sep 15:23
9907c25

Choose a tag to compare

New features

  • Enhanced table printing so that white space characters are more clearly displayed (#87)
  • Added row_limit argument to print method to limit the number of rows displayed (#6, @brianrepko)
  • Added check to ensure that the column ordering is the same (#32)
  • Added check for differences in classes between the base and comparison datasets (#42)
  • Updated character formatting of datetimes to show time zone to avoid misleading/confusing comparisons (#121)

Minor improvements and fixes

  • Added more informative error messaging if a specified key is missing from the base or comparison dataset (#113)
  • Fixed bug that caused an error if either the base or comparison dataset were empty (#44)
  • Fixed bug that caused an error if there were no matching keys between the base and comparison dataset (#79)

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.4

12 Jul 12:05

Choose a tag to compare

  • No new functionality
  • Update to make package compatible with tibble 3.0.0

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

11 Jul 16:31
db96f37

Choose a tag to compare

No release notes were recorded

v1.0.2

11 Jul 16:30
6510b7d

Choose a tag to compare

Bug Fixes

The package has been updated to ensure compatibility with tibble v2.0.0

v1.0.1

11 Jul 16:29
e538adb

Choose a tag to compare

No release notes were recorded

v1.0.0

11 Jul 16:28

Choose a tag to compare

First ever CRAN release