Package: dataCompareR
Title: Compare Two Data Frames and Summarise the Difference
Version: 0.1.4
Authors@R: c(
           person("Sarah", "Johnston",  email = "Sarah.Johnston@capitalone.com",  role = c("aut", "cre")),
           person("Rob", "Noble-Eddy", role = c("aut")),
           person("Merlijn", "van Horssen", role = c("aut")),
           person("Krishan", "Bhasin", role = c("aut")),
           person("Sarah", "Pollicott", role = c("aut")),
           person("Lukas", "Drapal", role = c("ctb")),
           person("Nikolaos", "Perrakis", role = c("ctb")),
           person("Nikhil", "Thomas Joy", role = c("ctb")),
           person("Shahriar", "Asta", role = c("ctb")),
           person("Karandeep", "Lidher", role = c("ctb")),
           person("Dan", "Kellett", role = c("ctb")),
           person("Kevin", "Chisholm", role = c("ctb")),
           person("Laura", "Joy", role = c("ctb")),
           person("Fergus", "Wadsley", role = c("ctb")),
           person("Heather", "Hackett", role = c("ctb")),
           person("David", "Robinson", role = c("ctb")),
           person("Cheryl", "Renton", role = c("ctb")),
           person("Matt", "Triggs", role = c("ctb")),
           person("Carola", "Deppe", role = c("ctb")),
           person("Ruijing", "Li", role = c("ctb")),
           person("John", "Swift", role = c("ctb")),
           person(given = "Capital One Services, LLC", 
                  email = "opensource@capitalone.com",
                  role = c("cph"))
           )
Description: 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.
Depends: R (>= 3.2.3)
Imports: dplyr (>= 0.5.0), knitr, stringi, markdown
URL: https://github.com/capitalone/dataCompareR
BugReports: https://github.com/capitalone/dataCompareR/issues
License: Apache License 2.0 | file LICENSE
RoxygenNote: 7.1.2
Suggests: testthat, data.table, tibble, bit64, rmarkdown, titanic
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-11-22 23:52:46 UTC; sarah
Author: Sarah Johnston [aut, cre],
  Rob Noble-Eddy [aut],
  Merlijn van Horssen [aut],
  Krishan Bhasin [aut],
  Sarah Pollicott [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],
  Carola Deppe [ctb],
  Ruijing Li [ctb],
  John Swift [ctb],
  Capital One Services, LLC [cph]
Maintainer: Sarah Johnston <Sarah.Johnston@capitalone.com>
Repository: CRAN
Date/Publication: 2021-11-23 05:20:02 UTC
Built: R 4.5.2; ; 2025-11-08 04:06:54 UTC; windows
