Package: joyn
Type: Package
Title: Tool for Diagnosis of Tables Joins and Complementary Join
        Features
Version: 0.2.4
Authors@R: c(person(given = "R.Andres", 
                    family = "Castaneda", 
                    email = "acastanedaa@worldbank.org",
                    role = c("aut", "cre")),
             person(given = "Zander",
                    family = "Prinsloo",
                    role = "aut",
                    email = "zprinsloo@worldbank.org"),
              person(given = "Rossana",
                    family = "Tatulli",
                    role = "aut",
                    email = "rtatulli@worldbank.org")      
                    )
Description: Tool for diagnosing table joins. It combines the speed of `collapse`
     and `data.table`, the flexibility of `dplyr`, and the diagnosis and features 
     of the `merge` command in `Stata`.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/randrescastaneda/joyn,
        https://randrescastaneda.github.io/joyn/
BugReports: https://github.com/randrescastaneda/joyn/issues
Suggests: badger, covr, knitr, rmarkdown, testthat (>= 3.0.0), withr,
        dplyr, tibble
Config/testthat/edition: 3
Imports: rlang, data.table, cli, utils, collapse (>= 2.0.15), lifecycle
Depends: R (>= 2.10)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-12-13 23:00:39 UTC; wb384996
Author: R.Andres Castaneda [aut, cre],
  Zander Prinsloo [aut],
  Rossana Tatulli [aut]
Maintainer: R.Andres Castaneda <acastanedaa@worldbank.org>
Repository: CRAN
Date/Publication: 2024-12-13 23:20:02 UTC
Built: R 4.4.3; ; 2025-11-12 02:39:14 UTC; windows
