Package: diffdf
Type: Package
Title: Dataframe Difference Tool
Version: 1.0.2
Authors@R: c( 
    person("Craig" ,"Gower" , email = "craig.gower@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: 6.1.1
VignetteBuilder: knitr
License: MIT + file LICENSE
URL: https://github.com/gowerc/diffdf
BugReports: https://github.com/gowerc/diffdf/issues
NeedsCompilation: no
Packaged: 2019-01-09 09:22:16 UTC; gowerc
Author: Craig Gower [cre, aut],
  Kieran Martin [aut]
Maintainer: Craig Gower <craig.gower@roche.com>
Repository: CRAN
Date/Publication: 2019-01-09 09:40:02 UTC
