Package: compareDF
Type: Package
Title: Do a Git Style Diff of the Rows Between Two Dataframes with
        Similar Structure
Version: 2.0.0
Date: 2020-01-05
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 changed in addition to summary statistics.
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Imports: dplyr (>= 0.4.3), magrittr (>= 1.5), htmlTable (>= 1.5),
        openxlsx (>= 4.1), tidyr (>= 0.4.1), stringr (>= 1.0.0)
Suggests: testthat
LazyData: TRUE
RoxygenNote: 6.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-01-08 02:05:00 UTC; alexjoseph
Author: Alex Joseph [aut, cre]
Maintainer: Alex Joseph <alexsanjoseph@gmail.com>
Repository: CRAN
Date/Publication: 2020-01-08 14:20:05 UTC
