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
