forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
146 lines (146 loc) · 3.96 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
Package: arrow
Title: Integration to 'Apache' 'Arrow'
Version: 11.0.0
Authors@R: c(
person("Neal", "Richardson", email = "[email protected]", role = c("aut")),
person("Ian", "Cook", email = "[email protected]", role = c("aut")),
person("Nic", "Crane", email = "[email protected]", role = c("aut", "cre")),
person("Dewey", "Dunnington", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-9415-4582")),
person("Romain", "Fran\u00e7ois", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-2444-4226")),
person("Jonathan", "Keane", email = "[email protected]", role = c("aut")),
person("Drago\u0219", "Moldovan-Gr\u00fcnfeld", email = "[email protected]", role = c("aut")),
person("Jeroen", "Ooms", email = "[email protected]", role = c("aut")),
person("Javier", "Luraschi", email = "[email protected]", role = c("ctb")),
person("Karl", "Dunkle Werner", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0003-0523-7309")),
person("Jeffrey", "Wong", email = "[email protected]", role = c("ctb")),
person("Apache Arrow", email = "[email protected]", role = c("aut", "cph"))
)
Description: 'Apache' 'Arrow' <https://arrow.apache.org/> is a cross-language
development platform for in-memory data. It specifies a standardized
language-independent columnar memory format for flat and hierarchical data,
organized for efficient analytic operations on modern hardware. This
package provides an interface to the 'Arrow C++' library.
Depends: R (>= 3.4)
License: Apache License (>= 2.0)
URL: https://github.com/apache/arrow/, https://arrow.apache.org/docs/r/
BugReports: https://issues.apache.org/jira/projects/ARROW/issues
Encoding: UTF-8
Language: en-US
SystemRequirements: C++17; for AWS S3 support on Linux, libcurl and openssl (optional)
Biarch: true
Imports:
assertthat,
bit64 (>= 0.9-7),
glue,
methods,
purrr,
R6,
rlang (>= 1.0.0),
stats,
tidyselect (>= 1.0.0),
utils,
vctrs
Roxygen: list(markdown = TRUE, r6 = FALSE, load = "source")
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Suggests:
blob,
cli,
DBI,
dbplyr,
decor,
distro,
dplyr,
duckdb (>= 0.2.8),
hms,
knitr,
lubridate,
pillar,
pkgload,
reticulate,
rmarkdown,
stringi,
stringr,
sys,
testthat (>= 3.1.0),
tibble,
tzdb,
withr
LinkingTo: cpp11 (>= 0.4.2)
Collate:
'arrowExports.R'
'enums.R'
'arrow-object.R'
'type.R'
'array-data.R'
'arrow-datum.R'
'array.R'
'arrow-info.R'
'arrow-package.R'
'arrow-tabular.R'
'buffer.R'
'chunked-array.R'
'io.R'
'compression.R'
'scalar.R'
'compute.R'
'config.R'
'csv.R'
'dataset.R'
'dataset-factory.R'
'dataset-format.R'
'dataset-partition.R'
'dataset-scan.R'
'dataset-write.R'
'dictionary.R'
'dplyr-across.R'
'dplyr-arrange.R'
'dplyr-collect.R'
'dplyr-count.R'
'dplyr-datetime-helpers.R'
'dplyr-distinct.R'
'dplyr-eval.R'
'dplyr-filter.R'
'dplyr-funcs-augmented.R'
'dplyr-funcs-conditional.R'
'dplyr-funcs-datetime.R'
'dplyr-funcs-doc.R'
'dplyr-funcs-math.R'
'dplyr-funcs-simple.R'
'dplyr-funcs-string.R'
'dplyr-funcs-type.R'
'expression.R'
'dplyr-funcs.R'
'dplyr-glimpse.R'
'dplyr-group-by.R'
'dplyr-join.R'
'dplyr-mutate.R'
'dplyr-select.R'
'dplyr-slice.R'
'dplyr-summarize.R'
'dplyr-union.R'
'record-batch.R'
'table.R'
'dplyr.R'
'duckdb.R'
'extension.R'
'feather.R'
'field.R'
'filesystem.R'
'flight.R'
'install-arrow.R'
'ipc-stream.R'
'json.R'
'memory-pool.R'
'message.R'
'metadata.R'
'parquet.R'
'python.R'
'query-engine.R'
'record-batch-reader.R'
'record-batch-writer.R'
'reexports-bit64.R'
'reexports-tidyselect.R'
'schema.R'
'udf.R'
'util.R'