Package: tablecompare
Type: Package
Title: Compare Data Frames
Version: 0.1.0
Authors@R: 
    person("Ryan", "Dickerson", , "fresh.tent5866@fastmail.com", role = c("aut", "cre"))
Description: A toolbox for comparing two data frames with the aim of quick and 
  simple functionality. Using a key-column common to both tables, see which rows 
  are common and highlight differing values by column. Also included are functions
  validating keys and uniqueness of in-group values.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: glue, magrittr, rlang (>= 0.4.3), tidyselect (>= 0.4.3), purrr
RoxygenNote: 7.1.1
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/eutwt/tablecompare
BugReports: https://github.com/eutwt/tablecompare/issues
Depends: data.table (>= 1.14.2)
NeedsCompilation: no
Packaged: 2022-06-18 20:08:24 UTC; mbp
Author: Ryan Dickerson [aut, cre]
Maintainer: Ryan Dickerson <fresh.tent5866@fastmail.com>
Repository: CRAN
Date/Publication: 2022-06-21 10:40:02 UTC
Built: R 4.1.3; ; 2023-04-17 16:40:23 UTC; windows
