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
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
NeedsCompilation: no
Packaged: 2025-10-18 20:11:17 UTC; gowerc
Author: Craig Gower-Page [cre, aut],
  Kieran Martin [aut]
Maintainer: Craig Gower-Page <craiggower@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-19 05:10:10 UTC
Built: R 4.4.3; ; 2025-11-12 03:55:47 UTC; windows
