Package: compareDF Type: Package Title: Do a Git Style Diff of the Rows Between Two Dataframes with Similar Structure Version: 2.3.5 Date: 2022-10-01 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 URL: https://github.com/alexsanjoseph/compareDF BugReports: https://github.com/alexsanjoseph/compareDF/issues Depends: R (>= 3.5.0) Imports: dplyr (>= 1.0.0), data.table (>= 1.12.8), htmlTable (>= 1.5), openxlsx (>= 4.1), tidyr (>= 1.1.0), stringr (>= 1.4.0), tibble (>= 3.0.1), rlang Suggests: testthat, futile.logger, covr LazyData: TRUE RoxygenNote: 7.1.2 Encoding: UTF-8 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://alexsanjoseph.r-universe.dev Date/Publication: 2026-02-15 06:57:55 UTC RemoteUrl: https://github.com/alexsanjoseph/comparedf RemoteRef: HEAD RemoteSha: 343328cb68e46cb974ae049b3249ea38841b3a08 NeedsCompilation: no Packaged: 2026-06-15 09:36:48 UTC; root Author: Alex Joseph [aut, cre] Maintainer: Alex Joseph