Releases: gowerc/diffdf
Releases · gowerc/diffdf
v1.1.2
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
- Fix datetime printing issue by @gowerc in #134
- Update license and contact emails by @gowerc in #143
- Fix partial match argument by @gowerc in #139
- Add file arguement to print function by @gowerc in #140
- Fix error on multiline deparse by @gowerc in #141
- Release v1.1.2 by @gowerc in #146
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Fix minor bug with CRAN submission (missing file from .Rbuildignore)
What's Changed
Full Changelog: v1.1.0...v1.1.1
v1.1.0
New features
- Enhanced table printing so that white space characters are more clearly displayed (#87)
- Added
row_limitargument 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
- updated code to use specific version of the RNG sampler by @gowerc in #22
- updated news file by @gowerc in #24
- Circle by @gowerc in #27
- Devel by @gowerc in #30
- Tibble fix by @kieranjmartin in #50
- Add GHA CI/CD by @gowerc in #90
- Add Row Limit to print method by @kieranjmartin in #93
- resolve #81 by @kieranjmartin in #91
- lint package and add asserthat by @kieranjmartin in #96
- Fix broken URL by @gowerc in #102
- Enable Snapshot Tests by @gowerc in #104
- Add cron job by @gowerc in #107
- Switch pkgdown site to show "latest-tag" by @gowerc in #108
- Fix pkgdown URLs by @gowerc in #109
- Add Keyword Internal by @gowerc in #105
- Support null and partial datasets by @gowerc in #101
- Make Whitespace differences more visually identifiable by @gowerc in #99
- Compare dataframe classes by @gowerc in #111
- Error messages for missing keys by @gowerc in #114
- Column Order Checking by @gowerc in #110
- Granular Key Assertions by @gowerc in #106
as_fmt_charsupports standard data types by @gowerc in #120- Resolve R CMD check NOTES by @gowerc in #124
- Add datetime unit tests by @gowerc in #123
- Enable Rhub by @gowerc in #128
- Release 1.1.0 by @gowerc in #129
Full Changelog: v1.0.3...v1.1.0
v1.0.4
- No new functionality
- Update to make package compatible with tibble 3.0.0
What's Changed
- updated code to use specific version of the RNG sampler by @gowerc in #22
- updated news file by @gowerc in #24
- Circle by @gowerc in #27
- Devel by @gowerc in #30
- Tibble fix by @kieranjmartin in #50
Full Changelog: v1.0.3...v1.0.4