forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.46 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
63
64
65
66
67
68
Package: arrow
Title: R Integration to 'Apache' 'Arrow'
Version: 0.13.0
Authors@R: c(
person("Romain", "François", email = "[email protected]", role = c("aut", "cre")),
person("Javier", "Luraschi", email = "[email protected]", role = c("ctb")),
person("Jeffrey", "Wong", email = "[email protected]", role = c("ctb")),
person("Jeroen", "Ooms", email = "[email protected]", role = c("aut")),
person("Apache Arrow", email = "[email protected]", role = c("aut", "cph"))
)
Description: R Integration to 'Apache' 'Arrow'.
Depends: R (>= 3.1)
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
SystemRequirements: C++11
LinkingTo:
Rcpp (>= 1.0.0)
Imports:
Rcpp (>= 1.0.0),
rlang,
purrr,
assertthat,
glue,
R6,
vctrs (>= 0.1.0),
fs,
tibble,
crayon,
bit64
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Suggests:
testthat,
lubridate,
hms
Collate:
'enums.R'
'R6.R'
'ArrayData.R'
'ChunkedArray.R'
'Column.R'
'Field.R'
'List.R'
'RcppExports.R'
'RecordBatch.R'
'RecordBatchReader.R'
'RecordBatchWriter.R'
'Schema.R'
'Struct.R'
'Table.R'
'array.R'
'buffer.R'
'io.R'
'compression.R'
'compute.R'
'csv.R'
'dictionary.R'
'feather.R'
'memory_pool.R'
'message.R'
'parquet.R'
'read_record_batch.R'
'read_table.R'
'reexports-bit64.R'
'reexports-tibble.R'
'write_arrow.R'
'zzz.R'