Changes in version 2.3.5 (2022-10-01) - Fixed a bug where precision was lost while comparison (thanks to jenko1979) Changes in version 2.3.4 - Fixed a bug where dates couldn't be compared (thanks to jaw8!) Changes in version 2.3.3 (2022-03-12) - Changed deprecated _gather to pivot_longer (thanks to olivroy!) - Fixed a bug where compare_df would mutate the global data to data.table Changes in version 2.3.2 (2021-10-13) - Fixed an edge case with keep_unchanged_rows - Removed naked stringsAsFactors from tests into data.frame creation function. Changes in version 2.3.1 (2021-01-06) - prevented the compareDF function from mangling non-standard column names in input dataframes (thanks to lcougnaud!). Changes in version 2.3.0 (2020-08-26) - 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 Changes in version 2.2.0 (2020-06-07) - Fixed a bug where the package would corrupt the global environment with stringsAsFactors=FALSE - Added futile.logger as a potential option for logging messages. Changes in version 2.1.0 (2020-04-26) - Added defaults if no group_col is given Changes in version 2.0.2 (2020-03-24) - Fixed test for dplyr 1.0 Changes in version 2.0.1 (2020-02-28) - Fixed bugs in XLSX output Changes in version 2.0.0 (2020-01-08) - New Major Version! Contains some breaking changes - 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 Changes in version 1.8.0 (2019-06-02) - Added new option to keep only the columns which have changed using keep_unchanged_cols. - changed option keep_unchanged to keep_unchanged_rows Changes in version 1.7.3 (2019-05-15) - Fixed tests to work with dplyr 0.8.2 and on Linux systems Changes in version 1.7.2 (2019-04-02) - Fixed tests to work with dplyr 0.8.1 Changes in version 1.7.1 (2019-02-11) - Fixed tests to work with dplyr 0.8.0 Changes in version 1.7.0 (2018-10-25) - Provided options to name the columns in the HTML output - Provided option change column name - Provided option to change group column name Changes in version 1.6.0 - Added option to specify different types of tolerances. Now you can use difference as an argument to use difference rather than ratio - Fixed some bugs - Lot more tests Changes in version 1.5.0 (2018-05-21) - Added an option to preserve the rows that have not changed in the analysis using the keep_unchanged_rows argument - Added an option to set the color scheme in the HTML using the color_scheme argument. - Updated Documentation - Fixed some bugs - Fixed dependencies Changes in version 1.3.1 (2018-05-18) - added a test dependency(stringr) as notified by CRAN Changes in version 1.3.0 (2018-03-15) - added an option to ignore errors stop_on_error Changes in version 1.2.0 (2017-09-11) - Fixed bugs - view_html function to view the html file created for setups that cannot print html directly Changes in version 1.1.2 - compareDF can now handle negative inputs correctly Changes in version 1.1.1 - Fixed some bugs when the two frames are similar except reordering Changes in version 1.1.0 (2017-01-18) - Fixed some bugs Changes in version 1.0.0 (2016-03-08) - First Release!