-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 885 Bytes
/
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
Package: kungfu
Title: kungfu - kicks stubborn data into shape
Version: 0.2.4
Authors@R:
person(given = "Johannes",
family = "Elias",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5878-7040"))
Description: Contains various data processing tools.
Depends: R (>= 4.1.0),
dplyr(>= 1.0.5)
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: DBI (>= 1.1.1),
fs (>= 1.5.0),
fuzzyjoin (>= 0.1.6),
glue (>= 1.4.2),
lubridate (>= 1.7.10),
nycflights13 (>= 1.0.1),
parallel (>= 4.0.4),
pbapply (>= 1.4-3),
purrr (>= 1.0.1),
rlang (>= 0.4.10),
RPostgreSQL (>= 0.6-2),
stringdist (>= 0.9.10),
tidyr (>= 1.1.3),
utils (>= 4.0.4)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1