dataCompareR: Compare Two Data Frames and Summarise the Difference

Easy comparison of two tabular data objects in R. Specifically designed to show differences between two sets of data in a useful way that should make it easier to understand the differences, and if necessary, help you work out how to remedy them. Aims to offer a more useful output than all.equal() when your two data sets do not match, but isn't intended to replace all.equal() as a way to test for equality.

Version: 0.1.1
Depends: R (≥ 3.2.3)
Imports: dplyr (≥ 0.5.0), knitr, stringi, markdown
Suggests: testthat, data.table, tibble, bit64, rmarkdown, titanic
Published: 2017-11-14
Author: Rob Noble-Eddy [aut, cre], Sarah Johnston [aut], Sarah Pollicott [aut], Merlijn van Horssen [aut], Lukas Drapal [ctb], Nikolaos Perrakis [ctb], Nikhil Thomas Joy [ctb], Shahriar Asta [ctb], Karandeep Lidher [ctb], Dan Kellett [ctb], Kevin Chisholm [ctb], Laura Joy [ctb], Fergus Wadsley [ctb], Heather Hackett [ctb], David Robinson [ctb], Cheryl Renton [ctb], Matt Triggs [ctb], Krishan Bhasin [ctb], Carola Deppe [ctb]
Maintainer: Rob Noble-Eddy <opensource at capitalone.com>
BugReports: https://github.com/capitalone/dataCompareR/issues
License: Apache License 2.0 | file LICENSE
URL: https://github.com/capitalone/dataCompareR
NeedsCompilation: no
CRAN checks: dataCompareR results

Downloads:

Reference manual: dataCompareR.pdf
Vignettes: dataCompareR vignette
Package source: dataCompareR_0.1.1.tar.gz
Windows binaries: r-devel: dataCompareR_0.1.1.zip, r-release: dataCompareR_0.1.1.zip, r-oldrel: dataCompareR_0.1.1.zip
OS X binaries: r-release: dataCompareR_0.1.1.tgz, r-oldrel: dataCompareR_0.1.1.tgz
Old sources: dataCompareR archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=dataCompareR to link to this page.