Package: powerjoin Title: Extensions of 'dplyr' and 'fuzzyjoin' Join Functions Version: 0.1.0 Authors@R: c(person(given = "Antoine", family = "Fabri", role = c("aut", "cre"), email = "antoine.fabri@gmail.com"), person(given = "Hadley", family = "Wickham", role = c("ctb"), email = "hadley@rstudio.com", comment = c( "aut/cre of dplyr", ORCID = "0000-0003-4757-117X")), person(given = "Romain", family = "François", role = "ctb", comment = c( "aut of dplyr", ORCID = "0000-0002-2444-4226")), person(given = "David", family = "Robinson", role = "ctb", email = "admiral.david@gmail.com", comment = "aut of fuzzyjoin"), person(given = "RStudio", role = c("cph", "fnd"), comment = "cph/fnd dplyr")) Description: We extend 'dplyr' and 'fuzzyjoin' join functions with features to preprocess the data, apply various data checks, and deal with conflicting columns. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: dplyr, glue, rlang, tidyselect, vctrs, purrr, tibble, tidyr, cli, methods URL: https://github.com/moodymudskipper/powerjoin BugReports: https://github.com/moodymudskipper/powerjoin/issues Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0.9000 Config/pak/sysreqs: libicu-dev Repository: https://moodymudskipper.r-universe.dev Date/Publication: 2026-07-24 10:28:14 UTC RemoteUrl: https://github.com/moodymudskipper/powerjoin RemoteRef: HEAD RemoteSha: f2fe9ea26c68f80a81701b40f1d98c1b287e3fc0 NeedsCompilation: no Packaged: 2026-07-24 10:46:27 UTC; root Author: Antoine Fabri [aut, cre], Hadley Wickham [ctb] (aut/cre of dplyr, ORCID: ), Romain François [ctb] (aut of dplyr, ORCID: ), David Robinson [ctb] (aut of fuzzyjoin), RStudio [cph, fnd] (cph/fnd dplyr) Maintainer: Antoine Fabri