Package: diffdf
Type: Package
Title: Dataframe Difference Tool
Version: 1.0.4
Authors@R: c( 
    person("Craig" ,"Gower-Page" , email = "craig.gower-page@roche.com" , role = c("cre","aut")),
    person("Kieran", "Martin" , email = "kieran.martin@roche.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
LazyData: true
Depends: R (>= 3.1.2)
Imports: tibble
Suggests: testthat, lubridate, knitr, rmarkdown, purrr, dplyr, stringi,
        stringr, devtools, covr
RoxygenNote: 7.0.2
VignetteBuilder: knitr
License: MIT + file LICENSE
URL: https://github.com/gowerc/diffdf
BugReports: https://github.com/gowerc/diffdf/issues
NeedsCompilation: no
Packaged: 2020-03-16 19:05:45 UTC; gowerc
Author: Craig Gower-Page [cre, aut],
  Kieran Martin [aut]
Maintainer: Craig Gower-Page <craig.gower-page@roche.com>
Repository: CRAN
Date/Publication: 2020-03-17 23:10:03 UTC
Built: R 4.1.0; ; 2021-05-27 02:42:21 UTC; unix
