Package: joyn
Type: Package
Title: Tool for Diagnosis of Tables Joins and Complementary Join
        Features
Version: 0.0.1
Authors@R: person("R.Andres", "Castaneda", 
                  email = "acastanedaa@worldbank.org",
                  role = c("aut", "cre"))
Description: Tool for diagnosis of joins of data frames. It combines the speed
    `data.table`, the flexibility of `dplyr`, and the diagnosis and features of
    the `merge` command in `Stata`.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/randrescastaneda/joyn
BugReports: https://github.com/randrescastaneda/joyn/issues
Suggests: covr, janitor, knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: rlang, data.table, glue, cli, stats
Depends: R (>= 2.10)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-03-31 14:18:55 UTC; wb384996
Author: R.Andres Castaneda [aut, cre]
Maintainer: R.Andres Castaneda <acastanedaa@worldbank.org>
Repository: CRAN
Date/Publication: 2021-04-02 07:30:02 UTC
