Skip to content

Releases: alexsanjoseph/compareDF

Multiple minor improvements over 2.3.0

12 Mar 19:23
Compare
Choose a tag to compare

2.3.3

  • Changed deprecated _gather to pivot_longer (thanks to olivroy!)
  • Fixed a bug where compare_df would mutate the global data to data.table

2.3.2

  • Fixed an edge case with keep_unchanged_rows
  • Removed naked stringsAsFactors from tests into data.frame creation function.

2.3.1

  • prevented the compareDF function from mangling non-standard column names in input dataframes (thanks to lcougnaud!).

Data.table and most customizability!

25 Aug 17:55
Compare
Choose a tag to compare
  • internals now use data.table making the comparison MUCH faster!
  • convert output to wide format using create_wide_output
  • customize nomenclature of the chng_type using change_markers
  • Fixed a bug where the package would corrupt the global environment with stringsAsFactors=FALSE
  • Added futile.logger as a potential option for logging messages.

Defaults for group_col

27 Apr 06:29
Compare
Choose a tag to compare
  • Added sensible defaults for group_col (row numbers) if not provided

XLSX Support!

05 Jan 08:16
44f5635
Compare
Choose a tag to compare
  • Made breaking changes to the package, hence a new major version number
  • Support for XLSX format
  • Write output to file directly
  • Separate functions to compare output and create output tables
  • Cleaner abstractions in functions
  • More bugs squashed
  • Color blind friendly default colors

Keep Unchanged Columns!

02 Jun 14:27
Compare
Choose a tag to compare
1.8

Update readme

Fixed Dplyr issues and naming options

11 Feb 12:22
460593f
Compare
Choose a tag to compare
1.7.1

Update README.md

New type of tolerance

03 Sep 06:40
9c47613
Compare
Choose a tag to compare

Use can use difference as a tolerance_type to use differences rather than ratios while comparing using tolerances

Better HTML

22 May 04:34
Compare
Choose a tag to compare
  • Added an option to preserve the rows that have not changed in the anlysis using the keep_unchanged argument
  • Added an option to set the color scheme in the HTML using the color_scheme argument.
  • Updated Documentation
  • Fixed some bugs
  • Fixed dependencies

Added options to ignore errors

14 Mar 08:59
Compare
Choose a tag to compare
1.3.0

Version update

1.2.0

10 Nov 18:43
Compare
Choose a tag to compare

view_html function to view the html file created for setups that cannot print html directly
Numerous Bug Fixes