Package: compareDF
Type: Package
Title: Do a Git Style Diff of the Rows Between Two Dataframes with
        Similar Structure
Version: 1.1.0
Date: 2017-01-15
Authors@R: person("Alex", "Joseph", email = "alexsanjoseph@gmail.com", role = c("aut", "cre"))
Description: Compares two dataframes which have the same column
    structure to show the rows that have changed. Also gives a git style diff format
    to quickly see what has changes in addition to summary statistics.
License: MIT + file LICENSE
Depends: R (>= 3.3.0)
Imports: dplyr (>= 0.4.3), htmlTable (>= 1.5), tidyr (>= 0.4.1)
Suggests: testthat
LazyData: TRUE
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2017-01-15 07:29:42 UTC; alexsanjoseph
Author: Alex Joseph [aut, cre]
Maintainer: Alex Joseph <alexsanjoseph@gmail.com>
Repository: CRAN
Date/Publication: 2017-01-18 18:07:32
