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
RoxygenNote: 7.2.1
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
NeedsCompilation: no
Packaged: 2022-11-03 05:59:15 UTC; Antoine
Author: Antoine Fabri [aut, cre],
  Hadley Wickham [ctb] (aut/cre of dplyr,
    <https://orcid.org/0000-0003-4757-117X>),
  Romain François [ctb] (aut of dplyr,
    <https://orcid.org/0000-0002-2444-4226>),
  David Robinson [ctb] (aut of fuzzyjoin),
  RStudio [cph, fnd] (cph/fnd dplyr)
Maintainer: Antoine Fabri <antoine.fabri@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-03 15:20:07 UTC
