Package: joyn Type: Package Title: Tool for Diagnosis of Tables Joins and Complementary Join Features Version: 0.3.0.9000 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, fs Config/testthat/edition: 3 Imports: rlang, data.table, cli, utils, collapse (>= 2.0.15), lifecycle, glue Depends: R (>= 4.2.0) RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Repository: https://randrescastaneda.r-universe.dev Date/Publication: 2025-12-03 16:23:27 UTC RemoteUrl: https://github.com/randrescastaneda/joyn RemoteRef: HEAD RemoteSha: 1bd93c3bd926b6778bb55c33c433636021203bfb NeedsCompilation: no Packaged: 2026-07-04 18:55:14 UTC; root Author: R.Andres Castaneda [aut, cre], Zander Prinsloo [aut], Rossana Tatulli [aut] Maintainer: R.Andres Castaneda