Package: powerjoin
Title: Extensions of 'dplyr' and 'fuzzyjoin' Join Functions
Version: 0.0.1
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: Extensions of 'dplyr' and 'fuzzyjoin' join functions. Packed with
    features to preprocess the data, apply various data checks, and deal with
    conflicting columns.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports: dplyr, generics, glue, rlang, tidyselect, vctrs, purrr,
        magrittr, lifecycle, 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-01-13 00:28:11 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-01-13 08:52:43 UTC
Built: R 4.2.0; ; 2022-04-13 09:38:27 UTC; unix
