Releases: alexsanjoseph/compareDF
Releases · alexsanjoseph/compareDF
Multiple minor improvements over 2.3.0
2.3.3
- Changed deprecated
_gather
topivot_longer
(thanks toolivroy
!) - 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 tolcougnaud
!).
Data.table and most customizability!
- 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
- Added sensible defaults for group_col (row numbers) if not provided
XLSX Support!
- 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!
1.8 Update readme
Fixed Dplyr issues and naming options
1.7.1 Update README.md
New type of tolerance
Use can use difference
as a tolerance_type to use differences rather than ratios while comparing using tolerances
Better HTML
- 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
1.3.0 Version update
1.2.0
view_html function to view the html file created for setups that cannot print html directly
Numerous Bug Fixes