Package: diffdf Type: Package Title: Dataframe Difference Tool Version: 1.1.2 Authors@R: c( person("Craig" ,"Gower-Page" , email = "craiggower@gmail.com" , role = c("cre","aut")), person("Kieran", "Martin" , email = "kieranjmartin@gmail.com" , role = "aut") ) Description: Functions for comparing two data.frames against each other. The core functionality is to provide a detailed breakdown of any differences between two data.frames as well as providing utility functions to help narrow down the source of problems and differences. Encoding: UTF-8 Language: en-GB Depends: R (>= 3.1.2) Imports: tibble, assertthat, methods Suggests: testthat, lubridate, knitr, rmarkdown, purrr, dplyr, stringi, stringr, devtools, covr, bit64, withr RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr License: MIT + file LICENSE URL: https://gowerc.github.io/diffdf/, https://github.com/gowerc/diffdf Config/testthat/edition: 3 BugReports: https://github.com/gowerc/diffdf/issues Repository: https://gowerc.r-universe.dev Date/Publication: 2025-10-18 20:07:47 UTC RemoteUrl: https://github.com/gowerc/diffdf RemoteRef: HEAD RemoteSha: ca1b5331ec567d3450660251f21853937b2436dc NeedsCompilation: no Packaged: 2026-06-15 09:30:27 UTC; root Author: Craig Gower-Page [cre, aut], Kieran Martin [aut] Maintainer: Craig Gower-Page