-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
48 lines (48 loc) · 1.03 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
Package: pwiser
Title: Tidy P(air)wise Operations
Version: 0.0.1.9000
Authors@R:
c(person(given = "Bryan",
family = "Shalloway",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Carlo",
family = "Medina",
role = "aut"))
Description: Apply arbitrary functions across combinations of columns within a {dplyr} context.
License: MIT
Imports:
ellipsis,
generics,
glue (>= 1.3.2),
lifecycle (>= 1.0.0),
magrittr (>= 1.5),
methods,
R6,
rlang (>= 0.4.10),
tibble (>= 2.1.3),
tidyselect (>= 1.1.0),
utils,
vctrs (>= 0.3.5),
pillar (>= 1.5.1),
dplyr (>= 0.8.3),
purrr
Suggests:
bench,
broom,
callr,
covr,
knitr,
Lahman,
lobstr,
microbenchmark,
nycflights13,
testthat (>= 3.0.2),
tidyr,
withr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/brshallo/pwiser
BugReports: https://github.com/brshallo/pwiser/issues