-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
53 lines (53 loc) · 1.53 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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 = "[email protected]"),
person(given = "Hadley",
family = "Wickham",
role = c("ctb"),
email = "[email protected]",
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 = "[email protected]",
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
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
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