- Fixed a bug where precision was lost while comparison (thanks to
jenko1979
)
- Fixed a bug where dates couldn't be compared (thanks to
jaw8
!)
- Changed deprecated
_gather
topivot_longer
(thanks toolivroy
!) - Fixed a bug where
compare_df
would mutate the global data to data.table
- Fixed an edge case with
keep_unchanged_rows
- Removed naked
stringsAsFactors
from tests into data.frame creation function.
- prevented the
compareDF
function from mangling non-standard column names in input dataframes (thanks tolcougnaud
!).
- 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.
- Added defaults if no
group_col
is given
- Fixed test for dplyr 1.0
- Fixed bugs in XLSX output
- 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
- Added new option to keep only the columns which have changed using
keep_unchanged_cols
. - changed option
keep_unchanged
tokeep_unchanged_rows
- Fixed tests to work with dplyr 0.8.2 and on Linux systems
- Fixed tests to work with dplyr 0.8.1
- Fixed tests to work with dplyr 0.8.0
- Provided options to name the columns in the HTML output
- Provided option change column name
- Provided option to change group column name
- 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
- 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
- added a test dependency(stringr) as notified by CRAN
- added an option to ignore errors
stop_on_error
- Fixed bugs
- view_html function to view the html file created for setups that cannot print html directly
- compareDF can now handle negative inputs correctly
- Fixed some bugs when the two frames are similar except reordering
- Fixed some bugs
- First Release!