-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
62 lines (62 loc) · 1.65 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
54
55
56
57
58
59
60
61
62
Type: Package
Package: duckplyr
Title: A 'DuckDB'-Backed Version of 'dplyr'
Version: 0.4.1.9003
Authors@R: c(
person("Hannes", "Mühleisen", role = "aut",
comment = c(ORCID = "0000-0001-8552-0029")),
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: A drop-in replacement for 'dplyr', powered by 'DuckDB' for performance.
Also defines a set of generics that provide a low-level
implementer's interface for the high-level user interface of 'dplyr'.
License: MIT + file LICENSE
URL: https://duckplyr.tidyverse.org, https://github.com/tidyverse/duckplyr
BugReports: https://github.com/tidyverse/duckplyr/issues
Depends:
R (>= 4.0.0)
Imports:
cli,
collections,
DBI,
dplyr (>= 1.1.4),
duckdb (>= 1.1.2),
glue,
jsonlite,
lifecycle,
memoise,
rlang (>= 1.0.6),
tibble,
tidyselect,
utils,
vctrs (>= 0.6.3)
Suggests:
arrow,
brio,
constructive (>= 1.0.0),
curl,
dbplyr,
hms,
lobstr,
lubridate,
palmerpenguins,
pillar,
prettycode,
purrr,
qs,
reprex,
rstudioapi,
testthat (>= 3.1.5),
usethis,
withr
Config/Needs/check: anthonynorth/roxyglobals
Config/testthat/edition: 3
Config/testthat/parallel: false
Config/testthat/start-first: rel_api, tpch, as_duckplyr_df, mutate, filter, count-tally
Encoding: UTF-8
Roxygen: list( markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet") )
RoxygenNote: 7.3.2.9000
Config/Needs/website: tidyverse/tidytemplate