-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
40 lines (40 loc) · 995 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
32
33
34
35
36
37
38
39
40
Package: substrait
Title: 'Substrait' Cross-Language Serialization for Relational Algebra
Version: 0.0.0.9000
Authors@R:
c(
person(given = "Dewey",
family = "Dunnington",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9415-4582")),
person("Nic", "Crane", email = "[email protected]", role = c("aut")),
person("Jonathan", "Keane", email = "[email protected]", role = c("aut"))
)
Description: Provides an R interface to the 'Substrait' cross-language
serialization for relational algebra.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
arrow,
covr,
duckdb (>= 0.6.0),
DBI,
callr,
withr,
stringr,
tibble,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
tidyselect,
rlang,
RProtoBuf,
vctrs,
dplyr,
R6
Depends:
R (>= 2.10)
LazyData: true