Package: dataCompareR
Title: Compare Two Data Frames and Summarise the Difference
Version: 0.1.1
Authors@R: c(person("Rob", "Noble-Eddy", email = "opensource@capitalone.com", role = c("aut", "cre")),
           person("Sarah", "Johnston", role = c("aut")),
           person("Sarah", "Pollicott", role = c("aut")),
           person("Merlijn", "van Horssen", 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("Krishan", "Bhasin", role = c("ctb")),
           person("Carola", "Deppe", role = c("ctb"))
           )
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
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat, data.table, tibble, bit64, rmarkdown, titanic
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-11-10 15:31:21 UTC; rob
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@capitalone.com>
Repository: CRAN
Date/Publication: 2017-11-14 09:01:03 UTC
